mirror of
https://github.com/glomatico/votify.git
synced 2026-09-27 11:32:15 +02:00
Remove anonymous session check in CLI
This commit is contained in:
@@ -402,11 +402,6 @@ def main(
|
||||
cookies_path = prompt_path(True, cookies_path, "Cookies file")
|
||||
logger.info("Starting Votify")
|
||||
spotify_api = SpotifyApi.from_cookies_file(cookies_path)
|
||||
if spotify_api.session_info["isAnonymous"]:
|
||||
logger.critical(
|
||||
"Failed to get a valid session. Try logging in and exporting your cookies again"
|
||||
)
|
||||
return
|
||||
downloader = Downloader(
|
||||
spotify_api,
|
||||
output_path,
|
||||
|
||||
Reference in New Issue
Block a user