10000
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.
1 parent 20aeeab commit 275c03eCopy full SHA for 275c03e
pybadge/ugame.py
@@ -71,6 +71,7 @@ def get_pressed(self):
71
now = time.monotonic()
72
if self.last_z_press:
73
if now - self.last_z_press > 2:
74
+ supervisor.set_next_code_file(None)
75
supervisor.reload()
76
else:
77
self.last_z_press = now
pygamer/ugame.py
@@ -74,6 +74,7 @@ def get_pressed(self):
78
79
80
0 commit comments