Release 0.2.0 #34

Merged
Typhus merged 3 commits from main into prod 2026-02-03 23:04:39 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2f4c3a15b7 - Show all commits

View File

@ -1 +1 @@
0.1.0 0.2.0

View File

@ -198,5 +198,5 @@ if __name__ == "__main__":
sys.exit(app.run_as_web_server( sys.exit(app.run_as_web_server(
host="0.0.0.0", host="0.0.0.0",
port=8001, port=8000,
)) ))