build server into desktop app

This commit is contained in:
Jeffrey Morgan
2023-06-25 00:30:02 -04:00
parent 369108e1ad
commit d3709f85b5
10 changed files with 31 additions and 55 deletions

View File

@@ -76,4 +76,4 @@ def generate():
if __name__ == "__main__":
app.run(debug=True, threaded=True, port=5000)
app.run(debug=True, threaded=True, port=5001)