summaryrefslogtreecommitdiff
path: root/notification_service.py
diff options
context:
space:
mode:
Diffstat (limited to 'notification_service.py')
-rw-r--r--notification_service.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/notification_service.py b/notification_service.py
index bd6bad1..f8e5c55 100644
--- a/notification_service.py
+++ b/notification_service.py
@@ -1,5 +1,5 @@
#!/usr/bin/python3
-# Copyright (C) 2018 Lars Wirzenius
+# Copyright (C) 2018-2019 Lars Wirzenius
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
@@ -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)