Update update.py

This commit is contained in:
ciccioxm3 2025-06-26 11:45:15 +02:00 committed by GitHub
parent 986f421efd
commit 802d213988
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()