Compare commits

..

No commits in common. "174c2311dab39611ca354b17bb9a33fcbdd3d94b" and "765f5a192d6265b38ce598de591b479c55c34b42" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

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

View File

@ -8,9 +8,7 @@ from shlex import quote
import mpv
import time
import re
import os
os.environ['FZF_DEFAULT_OPTS'] = '--margin 2,0,0,0'
fzf = FzfPrompt()
if get_config('enable_persistent_cache'):