[Pkg-anonymity-tools] [onionshare] 09/140: Fix close automatically
Ulrike Uhlig
u-guest at moszumanska.debian.org
Mon Sep 29 20:33:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository onionshare.
commit 9194b79b8a51be3315ab48c1d7f090f47d856cab
Author: Lazlo Westerhof <github at lazlo.me>
Date: Fri Aug 22 23:12:12 2014 +0200
Fix close automatically
---
onionshare/onionshare.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/onionshare/onionshare.py b/onionshare/onionshare.py
index 9d9c2f3..e427f04 100644
--- a/onionshare/onionshare.py
+++ b/onionshare/onionshare.py
@@ -53,7 +53,7 @@ def set_stay_open(new_stay_open):
stay_open = new_stay_open
def get_stay_open():
- stay_open = new_stay_open
+ return stay_open
app = Flask(__name__)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/onionshare.git
More information about the Pkg-anonymity-tools
mailing list