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