mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 14:20:08 +01:00
ensure caps for loglevel
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import os
|
||||
from pathlib import Path
|
||||
|
||||
LOG_LEVEL = os.getenv("LOG_LEVEL") or "INFO"
|
||||
LOG_LEVEL = logging.getLevelName(LOG_LEVEL)
|
||||
LOG_LEVEL = logging.getLevelName(LOG_LEVEL.upper())
|
||||
|
||||
CHALLENGE_TITLES = [
|
||||
# Cloudflare
|
||||
|
||||
Reference in New Issue
Block a user