From ef614594595a8011e1ee1dff17af9c445a8740bd Mon Sep 17 00:00:00 2001 From: Womsxd <45663319+Womsxd@users.noreply.github.com> Date: Sun, 9 Jan 2022 18:12:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.py b/push.py index 18d2250..1d0673f 100644 --- a/push.py +++ b/push.py @@ -6,7 +6,7 @@ cfg = ConfigParser() def load_config(): - cfg.read(os.path.join(os.path.dirname(os.path.realpath(__file__)), 'push.ini')) + cfg.read(os.path.join(os.path.join(os.path.dirname(os.path.realpath(__file__)), 'config'),'push.ini')) def title(status):