major rewrite
This commit is contained in:
@@ -9,7 +9,7 @@ from os import path, listdir, remove
|
||||
|
||||
# Open the config file and make it accessible via "cfg"
|
||||
import json
|
||||
with open("conf.json", "r") as file:
|
||||
with open("config.json", "r") as file:
|
||||
cfg = json.load(file)
|
||||
|
||||
l = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user