disable cache when retrying

This commit is contained in:
zachary62
2025-05-05 16:27:23 -04:00
parent 060bc9d50e
commit cce2effd7f
3 changed files with 7 additions and 7 deletions
-1
View File
@@ -3,7 +3,6 @@ import os
import logging
import json
from datetime import datetime
import requests
# Configure logging
log_directory = os.getenv("LOG_DIR", "logs")