We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ee1f3d + b008826 commit 12541a7Copy full SHA for 12541a7
PyPortal_Quarantine_Clock/code.py
@@ -95,7 +95,7 @@
95
refresh_time = time.monotonic()
96
# set the_time
97
the_time = time.localtime()
98
- except (ValueError, RuntimeError) as error:
+ except (ValueError, RuntimeError) as e:
99
print("Failed to get data, retrying\n", e)
100
esp.reset()
101
continue
PyPortal_Quarantine_Clock/month_clock.py
@@ -115,7 +115,7 @@
115
116
117
118
119
120
121
0 commit comments