Multiple small fixes

This commit is contained in:
Remy Moll
2021-01-15 22:15:05 +01:00
parent 5b5bb4b30c
commit 3b2170cf3d
6 changed files with 26 additions and 28 deletions

View File

@@ -54,7 +54,7 @@ class DashBoard():
def launch_dashboard(self):
self.app.run_server(host=self.host_ip, port=8080)#, debug=True)
self.app.run_server(host=self.host_ip, port=80)#, debug=True)
def card_header(self):