mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-07-19 16:40:01 +00:00
Update update.py
This commit is contained in:
parent
986f421efd
commit
802d213988
@ -31,7 +31,7 @@ async def fetch_github_data(client, url):
|
|||||||
url=url,
|
url=url,
|
||||||
headers={'user-agent': get_userAgent()},
|
headers={'user-agent': get_userAgent()},
|
||||||
timeout=config_manager.get_int("REQUESTS", "timeout"),
|
timeout=config_manager.get_int("REQUESTS", "timeout"),
|
||||||
allow_redirects=True
|
follow_redirects=True
|
||||||
)
|
)
|
||||||
return response.json()
|
return response.json()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user