@@ -1702,7 +1702,11 @@ if __name__ == "__main__":
else:
log_path = os.path.join(os.getcwd(), "flares.log")
try:
os.remove(log_path)
except:
pass
sys.stdout = open(log_path, "a", buffering=1)
sys.stderr = sys.stdout
print(f"\n=== App started at {datetime.now()} ===\n")
The note is not visible to the blocked user.