From 877459a560f6cbeff498c46b0f20d27025411bcb Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Thu, 9 Nov 2017 18:01:09 +1100 Subject: [PATCH] undo removal of newline in web.py --- onionshare/web.py | 1 + 1 file changed, 1 insertion(+) diff --git a/onionshare/web.py b/onionshare/web.py index 5705bf90..aec86bf4 100644 --- a/onionshare/web.py +++ b/onionshare/web.py @@ -135,6 +135,7 @@ def get_stay_open(): """ return stay_open + # Are we running in GUI mode? gui_mode = False def set_gui_mode():