Select songs with spacebar and play audio from selected tracks has been implemented

This commit is contained in:
2019-05-02 05:57:49 -05:00
parent 194ca2d380
commit f1eb640564
3 changed files with 14 additions and 23 deletions

View File

@@ -120,7 +120,6 @@ class vkSession(object):
# log.exception("The session configuration has failed.")
def play_sound(self, sound):
print(sound)
self.soundplayer.play(sound)
def login(self):