Closed ajfisher closed 11 years ago
Just added a very small modification to this that checks the spotify client logged in status correctly so it exits properly when you don't login properly.
Apologies for taking so long to review this, all LGTM.
No worries at all. Haven't had time to finish my other mods yet - hopefully this weekend
Hi there Hexxeh,
I cleaned up the respotify client to use name == "main" as the entrance point and in addition I've also used argparse to grab the arguments off the command line which is the more standard way to do it.
As I'm using argparse I also chucked getpass in there so you don't have to stick the password into your command line history unless you explicitly want to.
I've got some more changes but will package them up appropriately.
Cheers Andrew