listview done
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-11-26 03:21:08 +01:00
parent ed08fd3cbb
commit 95be4734a8
3 changed files with 36 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ __version__text__ = "1"
def get_standard_error_handler(code: int):
def error_handler(err):
musicbrainzngs.user(None, None)
musicbrainzngs.auth(None, None)
return {"msg": str(err)}, code
return error_handler