are you human

or are you dancer, this was just fun to add. 2fa human check to x: commands
This commit is contained in:
SpudGunMan
2025-10-10 07:03:10 -07:00
parent b48377de5f
commit 22384463e2
3 changed files with 49 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import logging
from logging.handlers import TimedRotatingFileHandler
import re
from datetime import datetime
from datetime import datetime, timedelta
from modules.settings import *
# if LOGGING_LEVEL is not set in settings.py, default to DEBUG
if not LOGGING_LEVEL: