aboutsummaryrefslogtreecommitdiff
path: root/src/Watcher/get_windows.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/Watcher/get_windows.py')
-rwxr-xr-xsrc/Watcher/get_windows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Watcher/get_windows.py b/src/Watcher/get_windows.py
index 2831833..8f30932 100755
--- a/src/Watcher/get_windows.py
+++ b/src/Watcher/get_windows.py
@@ -42,7 +42,7 @@ def active_window():
def is_window_changed(a, afk, timeout):
result = False
while not(result):
- time.sleep(1)
+ time.sleep(0.5)
b = active_window()
if a != b :
result = True