Run test server on port 42069, by popular demand

This commit is contained in:
khuxkm fbexl 2020-05-04 03:34:05 -04:00
parent 7e43feb7d8
commit 95cd5e5339
1 changed files with 1 additions and 1 deletions

View File

@ -82,4 +82,4 @@ def render_data(fingerprint):
if __name__ == "__main__":
app.run(port=65532)
app.run(port=42069)