Fix close automatically

This commit is contained in:
Lazlo Westerhof 2014-08-22 23:12:12 +02:00
parent 1366d45e65
commit 9194b79b8a

View File

@ -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__)