forked from tanner/qotnews
Adjust port
This commit is contained in:
parent
4727d34eb6
commit
472af76d1a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user