fix: Configure logging

This commit is contained in:
Chris Coutinho
2025-05-25 11:46:41 +02:00
parent 5af7c25dab
commit e93eb9d302
4 changed files with 6 additions and 18 deletions
-3
View File
@@ -1,12 +1,9 @@
import os
import time # Import time for sleep
import mimetypes
from io import BytesIO
from httpx import (
Client,
Auth,
BasicAuth,
Headers,
Request,
Response,
HTTPStatusError,