undo removal of newline in web.py

This commit is contained in:
Miguel Jacq 2017-11-09 18:01:09 +11:00
parent 7ac6bfa215
commit 183b149bc6

View File

@ -135,6 +135,7 @@ def get_stay_open():
"""
return stay_open
# Are we running in GUI mode?
gui_mode = False
def set_gui_mode():