diff --git a/autogames/ahah.py b/autogames/test_shot.py similarity index 67% rename from autogames/ahah.py rename to autogames/test_shot.py index f5fa412..920f182 100644 --- a/autogames/ahah.py +++ b/autogames/test_shot.py @@ -2,4 +2,4 @@ from PIL import ImageGrab image = ImageGrab.grab((863, 751, 1091, 767)) -image.save(fp="/home/def/ahah.png") +image.save(fp="/home/def/test.png")