diff options
| author | kj_sh604 | 2026-04-04 02:39:18 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-04-04 02:39:18 -0400 |
| commit | 3b2cd29315147f0808d46e6cd5822dda24bddcb5 (patch) | |
| tree | 8ed848e9711884f79816f3c6085b0543e9766fd0 /server.py | |
| parent | 03ce508b468090b3e1e83d1c683482b4df2299a2 (diff) | |
refactor: don't use env variables if not necessary
Diffstat (limited to 'server.py')
| -rw-r--r-- | server.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ app = create_app() if __name__ == "__main__": - app.run(host=app.config["SHIM_BIND"], port=app.config["SHIM_PORT"])
\ No newline at end of file + app.run(host=app.config["BIND"], port=app.config["PORT"])
\ No newline at end of file |
