initial fork update

This commit is contained in:
2024-06-10 18:23:54 -06:00
parent ffe57fbd30
commit 30691e90ce
17 changed files with 354 additions and 53 deletions
+1 -1
View File
@@ -76,5 +76,5 @@ if __name__ == "__main__":
print("lines={}".format(args.lines))
app.config['lines'] = args.lines
#app.run()
app.run(host='0.0.0.0', port=args.port, debug=True)
app.run(host='127.0.0.1', port=args.port, debug=True)