fix: redirects

This commit is contained in:
2026-04-20 23:28:24 +02:00
parent 74c4cf45d7
commit 966bbdbdf0
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ class BaseHandler(abc.ABC, http.server.BaseHTTPRequestHandler):
url,
data=body,
headers=headers,
allow_redirects=True,
allow_redirects=False,
timeout=480,
)
except Exception as e: