Skip to content

Commit f8207a6

Browse files
Update functions.py
1 parent fa7843d commit f8207a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ def xp_quick():
791791
left = 560
792792
top = 95
793793
right = 595
794-
bottom = 150
794+
bottom = 220
795795

796796
im = ImageGrab.grab(bbox=(left, top, right, bottom))
797797
im.save('images/xp_gain.png', 'png')

0 commit comments

Comments
 (0)