bjarneo / Pytify

A CLI application for controlling Spotify
MIT License
743 stars 40 forks source link

added missing import. fixed #37 #38

Closed lucaskolstad closed 7 years ago

lucaskolstad commented 7 years ago

fixes #37.

In the dbus subpackage, there was a missing sys import in one and an unnecessary sys import in the other.

There may be more to this issue judging from the traceback, but I got an similar-ish error on linux as well and this change fixed mine.

baif666 commented 7 years ago

I met the same problem

bjarneo commented 7 years ago

Thanks for your fix :+1: