This commit is contained in:
PaulVua
2025-03-18 18:01:33 +01:00
parent dffa639574
commit dfba956685

View File

@@ -816,7 +816,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>')