Skip to content

Commit 3f7b457

Browse files
committed
back to running server on port 5000
1 parent bad4349 commit 3f7b457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/standard/xmpp_wikibot/wikibot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def send_message():
5555
return 'message failed to send'
5656

5757
def run_server():
58-
app.run(threaded=False, use_reloader=False, host='0.0.0.0', port=80)
58+
app.run(threaded=False, use_reloader=False)
5959

6060
class UncycloBot(sleekxmpp.ClientXMPP):
6161

0 commit comments

Comments
 (0)