From 576e784ee764b358d8cf6433c2a3c51b14b082d1 Mon Sep 17 00:00:00 2001 From: Elijah Harmon Date: Wed, 31 Aug 2022 00:02:23 -0400 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index aed01c5..2f17afb 100644 --- a/main.py +++ b/main.py @@ -12,7 +12,7 @@ from utils.general import (LOGGER, check_file, check_img_size, check_imshow, che import dxcam def main(): - # Window title to go after and the height of the screenshots + # Window title of the game, don't need the entire name videoGameWindowTitle = "Counter" # Portion of screen to be captured (This forms a square/rectangle around the center of screen)