Przeglądaj źródła

Fake event: use low level radical address fix

Bastien Sevajol (Algoo) 9 lat temu
rodzic
commit
a7db371b2a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tracim/tracim/lib/calendar.py

+ 1 - 1
tracim/tracim/lib/calendar.py Wyświetl plik

56
         if not low_level:
56
         if not low_level:
57
             return cfg.RADICALE_CLIENT_BASE_URL_TEMPLATE
57
             return cfg.RADICALE_CLIENT_BASE_URL_TEMPLATE
58
 
58
 
59
-        return '127.0.0.1:{0}'.format(cfg.RADICALE_SERVER_PORT)
59
+        return 'http://127.0.0.1:{0}'.format(cfg.RADICALE_SERVER_PORT)
60
 
60
 
61
     @classmethod
61
     @classmethod
62
     def get_user_base_url(cls):
62
     def get_user_base_url(cls):