basic reworked bot

This commit is contained in:
Remy Moll
2021-01-29 21:45:16 +01:00
parent ec8983eb57
commit 39ae1ec038
18 changed files with 589 additions and 174 deletions

View File

@@ -52,7 +52,7 @@ class DashBoard():
return kids
def launch_dashboard(self):
def START(self):
self.app.run_server(host=self.host_ip, port=80)#, debug=True)