Update main.py
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import os
|
||||
from pathlib import Path
|
||||
|
||||
CONFIG_DIR = Path(__file__).resolve().parent / 'config'
|
||||
CONFIG_DIR = Path.cwd() / 'config'
|
||||
|
||||
os.makedirs(CONFIG_DIR, exist_ok=True)
|
||||
Reference in New Issue
Block a user