programign

This commit is contained in:
Lynne Megido 2018-11-13 23:00:40 +10:00
父節點 34224a1fb1
當前提交 9e4fa86099
簽署人: lynnesbian
GPG 金鑰 ID: FB7B970303ACE499

2
web.py
查看文件

@ -253,4 +253,4 @@ def settings_page():
return render_template('settings.html')
if __name__ == "__main__":
app.run(host="0.0.0.0", port=4734) #4734 is t9 for 'greg'
app.run() #4734 is t9 for 'greg'