User agent added

This commit is contained in:
localhost_frssoft 2023-06-16 14:45:20 +03:00
parent ac6cd667fd
commit 174c2311da
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@ else:
class current_instance:
s = requests.Session()
s.headers.update({"Accept-encoding": 'gzip, br, deflate'})
s.headers.update({
"Accept-encoding": 'gzip, br, deflate',
"User-Agent": "funkwhale-cli/latest-commit; +https://git.phreedom.club/localhost_frssoft/funkwhale-cli"
})
instance = get_config('instance')
token = auth.get(instance)
listen_token = None