@@ -132,7 +132,7 @@ def run_script(script_name, interval, delay=0):
if not is_script_locked():
create_lock_file()
try:
subprocess.run(["python3", script_path])
subprocess.run(["python3", script_path], timeout=200)
finally:
remove_lock_file()
else:
The note is not visible to the blocked user.