undo removal of newline in web.py

This commit is contained in:
Miguel Jacq 2017-11-09 18:01:09 +11:00
parent ac0e375a4b
commit 877459a560
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

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():