Remove custom config file path #2

This commit is contained in:
yoshiko2
2021-05-04 20:10:58 +08:00
parent 7f51ba1514
commit 031bab5219

View File

@@ -13,7 +13,7 @@ class Config:
self.conf.read(path, encoding="utf-8") self.conf.read(path, encoding="utf-8")
else: else:
print("[-]Config file not found!") print("[-]Config file not found!")
sys.exit(3) sys.exit(2)
# self.conf = self._default_config() # self.conf = self._default_config()
# try: # try:
# self.conf = configparser.ConfigParser() # self.conf = configparser.ConfigParser()