Adjust port

This commit is contained in:
Tanner
2020-08-14 03:57:18 +00:00
parent 835c6241ee
commit 33ac9e63dd
+1 -1
View File
@@ -145,7 +145,7 @@ def static_story(sid):
url=url,
description=description)
http_server = WSGIServer(('', 43842), flask_app)
http_server = WSGIServer(('', 33842), flask_app)
def feed_thread():
global news_index