Remove custom config file path #2
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user