Adjust port

This commit is contained in:
Tanner Collin 2020-08-14 03:57:18 +00:00
parent 4727d34eb6
commit 472af76d1a

View File

@ -145,7 +145,7 @@ def static_story(sid):
url=url, url=url,
description=description) description=description)
http_server = WSGIServer(('', 43842), flask_app) http_server = WSGIServer(('', 33842), flask_app)
def feed_thread(): def feed_thread():
global news_index global news_index