From efdc8124d904cd1ab8a40843ba23416cc5de5aea Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 20 Jul 2019 19:42:18 +0300 Subject: Change: port numbers --- notification_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notification_service.py') 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) -- cgit v1.2.1