Browse Source

Fake event: use low level radical address fix

Bastien Sevajol (Algoo) 8 years ago
parent
commit
a7db371b2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tracim/tracim/lib/calendar.py

+ 1 - 1
tracim/tracim/lib/calendar.py View File

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