summaryrefslogtreecommitdiff
path: root/notification_service.py
diff options
context:
space:
mode:
Diffstat (limited to 'notification_service.py')
-rw-r--r--notification_service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/notification_service.py b/notification_service.py
index bd6bad1..edf97c8 100644
--- a/notification_service.py
+++ b/notification_service.py
@@ -123,4 +123,4 @@ app = main()
if __name__ == '__main__':
print('running in debug mode')
- app.run(host='127.0.0.1', port=12767)
+ app.run(host='127.0.0.1', port=6666)