@@ -19,8 +19,8 @@ def status_check():
def status_set(st):
f = open('status', 'w')
if st == True:
if st == 'work' or st == 'stop':
f.write('work')
f.write(st)
else:
f.write('stop')
return 404
f.close()
The note is not visible to the blocked user.