Silenced process lookup error

This commit is contained in:
Twentysix 2016-05-20 13:34:32 +02:00
parent 23d2ef4d90
commit 2ef41d6cb6

View File

@ -491,6 +491,8 @@ class Audio:
self.voice_client(server).audio_player.process.kill() self.voice_client(server).audio_player.process.kill()
except AttributeError: except AttributeError:
pass pass
except ProcessLookupError:
pass
def _list_local_playlists(self): def _list_local_playlists(self):
ret = [] ret = []