|
|
@@ -4,7 +4,6 @@ import numpy as np
|
|
|
from helper import (
|
|
|
tap,
|
|
|
look_for_templates,
|
|
|
- find_template,
|
|
|
first_template,
|
|
|
capture_current_screen,
|
|
|
get_current_screen,
|
|
|
@@ -65,7 +64,6 @@ def read_screen():
|
|
|
print("watching the screen...")
|
|
|
is_mixed = False
|
|
|
while True:
|
|
|
- time.sleep(0.5) # Polling interval
|
|
|
capture_current_screen()
|
|
|
|
|
|
name, locations = look_for_templates(templates)
|