programign
This commit is contained in:
parent
34224a1fb1
commit
9e4fa86099
1 changed files with 1 additions and 1 deletions
2
web.py
2
web.py
|
@ -253,4 +253,4 @@ def settings_page():
|
||||||
return render_template('settings.html')
|
return render_template('settings.html')
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
app.run(host="0.0.0.0", port=4734) #4734 is t9 for 'greg'
|
app.run() #4734 is t9 for 'greg'
|
Loading…
Reference in a new issue