From 78f971ec59a49cd9d64a8d66ac37dbc0de97a38f Mon Sep 17 00:00:00 2001 From: Emi Date: Mon, 7 Jul 2025 19:27:53 -0300 Subject: [PATCH] new comment --- script.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script.py b/script.py index 25355d8..f923b05 100644 --- a/script.py +++ b/script.py @@ -115,6 +115,7 @@ if __name__ == '__main__': counter = 0 while not quit: + # restart tab to free up resources if counter > 0 and (counter % 90) == 0: pgui.hotkey('ctrl', 'w') pgui.hotkey('ctrl', 't')