Update ahah.py

This commit is contained in:
def 2021-12-01 20:40:31 +00:00
parent 004b0ff051
commit b3c4c23895
1 changed files with 1 additions and 1 deletions

View File

@ -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")