Bastien Sevajol (Algoo) 9 anos atrás
pai
commit
6260756da6
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      tracim/tracim/lib/daemons.py

+ 1 - 1
tracim/tracim/lib/daemons.py Ver arquivo

99
             cfg.RADICALE_SERVER_HOST,
99
             cfg.RADICALE_SERVER_HOST,
100
             cfg.RADICALE_SERVER_PORT,
100
             cfg.RADICALE_SERVER_PORT,
101
             RadicaleApplication(),
101
             RadicaleApplication(),
102
-            RadicaleHTTPServer if cfg.RADICALE_SERVER_SSL else RadicaleHTTPSServer,
102
+            RadicaleHTTPSServer if cfg.RADICALE_SERVER_SSL else RadicaleHTTPServer,
103
             RadicaleRequestHandler
103
             RadicaleRequestHandler
104
         )
104
         )