checkpoint
This commit is contained in:
6
daemons/bot.py
Normal file
6
daemons/bot.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from SprintLib.BaseDaemon import BaseDaemon
|
||||
|
||||
|
||||
class Daemon(BaseDaemon):
|
||||
def command(self):
|
||||
return "python bot.py"
|
@@ -3,4 +3,4 @@ from SprintLib.BaseDaemon import BaseDaemon
|
||||
|
||||
class Daemon(BaseDaemon):
|
||||
def command(self):
|
||||
return "python manage.py runserver"
|
||||
return "python manage.py runserver 0.0.0.0:80"
|
||||
|
Reference in New Issue
Block a user