Initial YouTube description generation and authentication — work in progress
This commit is contained in:
@ -5,7 +5,8 @@ from dotenv import load_dotenv
|
||||
load_dotenv()
|
||||
|
||||
# debugging flag
|
||||
DEBUG = True
|
||||
DEBUG = os.getenv("DEBUG_MODE", "false").lower() == "true"
|
||||
|
||||
|
||||
# 🔧 Project Root
|
||||
PROJECT_ROOT = Path(__file__).resolve().parent.parent
|
||||
|
||||
Reference in New Issue
Block a user