Rework entrypoints

This commit is contained in:
Unrud
2020-01-17 05:00:31 +01:00
parent b4230c4249
commit 41f8368c7e
4 changed files with 6 additions and 7 deletions

View File

@@ -13,5 +13,5 @@ WSGI-to-FastCGI mapper.
from flup.server.fcgi import WSGIServer
from radicale import application
WSGIServer(application).run()
if __name__ == "__main__":
WSGIServer(application).run()