GIF, screensaver bug fix and minor layout changes for messages
This commit is contained in:
@@ -212,8 +212,7 @@ def display_format():
|
||||
def save():
|
||||
print('save')
|
||||
global uploading
|
||||
while uploading:
|
||||
print('waiting for upload')
|
||||
|
||||
|
||||
data = str(request.data.decode('utf-8'))
|
||||
|
||||
@@ -419,6 +418,9 @@ def screensaver():
|
||||
|
||||
elif "Sleep" in data:
|
||||
screensaver_p = DummyProcess()
|
||||
else: #default in case user hasnt set one yet
|
||||
screensaver_p = DummyProcess()
|
||||
|
||||
|
||||
displaying_screensaver = True
|
||||
return index()
|
||||
|
Reference in New Issue
Block a user