From b3c4c23895ecd438ba3c0c5ab10910fecd8c3138 Mon Sep 17 00:00:00 2001 From: def <8384198-dettlaff@users.noreply.gitlab.com> Date: Wed, 1 Dec 2021 20:40:31 +0000 Subject: [PATCH] Update ahah.py --- autogames/{ahah.py => test_shot.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename autogames/{ahah.py => test_shot.py} (67%) 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")