diff --git a/daemons/web.py b/daemons/web.py index dbeacb0..0931558 100644 --- a/daemons/web.py +++ b/daemons/web.py @@ -3,4 +3,4 @@ from SprintLib.BaseDaemon import BaseDaemon class Daemon(BaseDaemon): def command(self): - return "python manage.py runserver 0.0.0.0:80" + return "python manage.py runserver 0.0.0.0:443"