started adding HTML files for the web monitor program
This commit is contained in:
5
tools/web_monitor/__init__.py
Normal file
5
tools/web_monitor/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from tools.web_monitor.app import app
|
||||
|
||||
if __name__ == '__main__':
|
||||
# app.run for running the sanic app inside the file
|
||||
app.run(host="0.0.0.0", port=80)
|
||||
Reference in New Issue
Block a user