mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-06-08 00:17:58 +02:00
Release v0.6.0
This commit is contained in:
@@ -38,7 +38,7 @@ def handle_protocol_url(url: str):
|
||||
|
||||
if error:
|
||||
error_description = params.get('error_description', ['No description'])[0]
|
||||
_log_error(f"OAuth error: {error} — {error_description}")
|
||||
_log_error(f"OAuth error: {error} - {error_description}")
|
||||
return
|
||||
|
||||
if not code or not state:
|
||||
|
||||
Reference in New Issue
Block a user