This commit is contained in:
2025-05-08 09:03:29 +00:00
parent 495690f7cd
commit 6faf623cc4

View File

@@ -35,7 +35,7 @@ import argparse
import random # Fuer Jitter im Retry Decorator
from datetime import datetime
from urllib.parse import urlparse, urlencode, unquote
import openai # Sicherstellen, dass openai global importiert wird
# Externe Bibliotheken
import gspread
# Stellen Sie sicher, dass gspread >= 5.0.0 installiert ist, da APIError anders behandelt wird