Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Jan 29, 2025
1 parent a1960f7 commit 87c37fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tauon/t_modules/t_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39831,7 +39831,7 @@ def main(holder: Holder):

shoot_pump = threading.Thread(target=pumper, args=(bag,))
shoot_pump.daemon = True
shoot_pump.start() # temporary
shoot_pump.start()

if window_size is None:
window_size = window_default_size
Expand Down

0 comments on commit 87c37fa

Please sign in to comment.