Pārlūkot izejas kodu

Fake event: use low level radical address fix

Bastien Sevajol (Algoo) 8 gadus atpakaļ
vecāks
revīzija
a7db371b2a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      tracim/tracim/lib/calendar.py

+ 1 - 1
tracim/tracim/lib/calendar.py Parādīt failu

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