Просмотр исходного кода

Fake event: use low level radical address fix

Bastien Sevajol (Algoo) 9 лет назад
Родитель
Сommit
a7db371b2a
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1 1
      tracim/tracim/lib/calendar.py

+ 1 - 1
tracim/tracim/lib/calendar.py Просмотреть файл

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