From 031bab5219e7de5671efa95c8850a037ecb4709f Mon Sep 17 00:00:00 2001 From: yoshiko2 Date: Tue, 4 May 2021 20:10:58 +0800 Subject: [PATCH] Remove custom config file path #2 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 7dbf901..700b092 100644 --- a/config.py +++ b/config.py @@ -13,7 +13,7 @@ class Config: self.conf.read(path, encoding="utf-8") else: print("[-]Config file not found!") - sys.exit(3) + sys.exit(2) # self.conf = self._default_config() # try: # self.conf = configparser.ConfigParser()