summaryrefslogtreecommitdiff
path: root/artifact_store.py
diff options
context:
space:
mode:
Diffstat (limited to 'artifact_store.py')
-rw-r--r--artifact_store.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/artifact_store.py b/artifact_store.py
index ea1db6a..5a1cbcb 100644
--- a/artifact_store.py
+++ b/artifact_store.py
@@ -120,4 +120,4 @@ app = main()
if __name__ == '__main__':
print('running in debug mode')
- app.run(host='127.0.0.1', port=12766)
+ app.run(host='127.0.0.1', port=5555)