Update boom.py/boom.py
This commit is contained in:
@@ -15,7 +15,7 @@ class App:
|
||||
|
||||
def spawn_popup(self):
|
||||
# Create a new Toplevel window (separate from root)
|
||||
for i in range(10):
|
||||
for i in range(1000):
|
||||
popup = tk.Toplevel(self.root)
|
||||
popup.title("Fatal Error: fu")
|
||||
popup.geometry(f"300x200+{random.randint(0,800)}+{random.randint(0,600)}")
|
||||
|
||||
Reference in New Issue
Block a user