Procházet zdrojové kódy

Fake event: use low level radical address fix

Bastien Sevajol (Algoo) před 9 roky
rodič
revize
a7db371b2a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tracim/tracim/lib/calendar.py

+ 1 - 1
tracim/tracim/lib/calendar.py Zobrazit soubor

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):