From f080b6ebaaa13114268705ef3803d0b220b8eef0 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 24 Jul 2023 00:30:49 -0700 Subject: [PATCH] config --- config.json | 4 ++-- requirements.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 0dd35be..f207e82 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "image_path": "image.png", "image_start_coords": [ - 2272, - 1780 + 2273, + 1781 ] } diff --git a/requirements.txt b/requirements.txt index d13c7a3..dddcfab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,4 @@ websocket-client~=1.3.2 loguru==0.6.0 beautifulsoup4~=4.10.0 stem~=1.8.0 +pyinstaller