From 802d21398854f8da508184723232965a3f8c51b4 Mon Sep 17 00:00:00 2001 From: ciccioxm3 Date: Thu, 26 Jun 2025 11:45:15 +0200 Subject: [PATCH] Update update.py --- StreamingCommunity/Upload/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StreamingCommunity/Upload/update.py b/StreamingCommunity/Upload/update.py index 913d4f2..28b04a7 100644 --- a/StreamingCommunity/Upload/update.py +++ b/StreamingCommunity/Upload/update.py @@ -31,7 +31,7 @@ async def fetch_github_data(client, url): url=url, headers={'user-agent': get_userAgent()}, timeout=config_manager.get_int("REQUESTS", "timeout"), - allow_redirects=True + follow_redirects=True ) return response.json()