Skip to content

Commit 4a4ac70

Browse files
authored
Update Main.py
1 parent de9aa10 commit 4a4ac70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Magi/Beta Version 1.1/Main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ def __init__(self):
560560
# Timer for graph updates
561561
self.graph_update_timer = QTimer(self)
562562
self.graph_update_timer.timeout.connect(self.update_graph)
563-
self.graph_update_timer.start(0) # Update as fast as possible
563+
self.graph_update_timer.start(1000) # Update every second
564564

565565
# Determine the running environment
566566
if getattr(sys, 'frozen', False):

0 commit comments

Comments
 (0)