Skip to content

Commit a29d8be

Browse files
committed
Actually use --tick value for loop
1 parent 7c04426 commit a29d8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: irdrsbeep.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def loop():
108108
check_iracing()
109109
if state.connected:
110110
loop()
111-
time.sleep(0.05)
111+
time.sleep(args.tick)
112112
else:
113113
time.sleep(1)
114114
except KeyboardInterrupt:

0 commit comments

Comments
 (0)