This commit is contained in:
Your Name
2025-03-20 09:56:36 +01:00
parent 809742b6d5
commit 4d15076d4b

View File

@@ -897,7 +897,7 @@ try:
print(f'<div class="text-warning">➡️ Updating RTC with server time: {server_time_formatted}</div>', end="") print(f'<div class="text-warning">➡️ Updating RTC with server time: {server_time_formatted}</div>', end="")
else: else:
print(f'<div class="text-success">✅ RTC time is synchronized with server time (within 10 seconds)</div>') print(f'<div class="text-success">✅ RTC time is synchronized with server time (within 60 seconds)</div>')
except Exception as e: except Exception as e:
print(f'<p class="text-warning">Error comparing times: {e}</p>') print(f'<p class="text-warning">Error comparing times: {e}</p>')