Skip to content

Commit

Permalink
reverting one overzealous change
Browse files Browse the repository at this point in the history
  • Loading branch information
cprn committed Dec 31, 2023
1 parent 6509b58 commit 445ecd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mopidy_ytmusic/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ReSetupCommand(commands.Command):
help = "Regenerate auth.json"

def run(self, args, config):
from ytmusicapi.setup import setup_oauth
from ytmusicapi import YTMusic

path = config["ytmusic"]["auth_json"]
usingOauth = False
Expand Down

0 comments on commit 445ecd8

Please sign in to comment.