Update boom.py/boom.py
This commit is contained in:
@@ -28,7 +28,7 @@ class App:
|
|||||||
).pack(expand=True)
|
).pack(expand=True)
|
||||||
|
|
||||||
# Schedule next popup
|
# Schedule next popup
|
||||||
self.root.after(0.1, self.spawn_popup) # 1000 ms = 1 second
|
self.root.after(1, self.spawn_popup) # 1000 ms = 1 second
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
root = tk.Tk()
|
root = tk.Tk()
|
||||||
|
|||||||
Reference in New Issue
Block a user