mirror of
https://github.com/weyne85/discord_music_bot.git
synced 2025-10-29 16:58:27 +00:00
Fixing erros due to processing
This commit is contained in:
@@ -13,6 +13,9 @@ class ProcessInfo:
|
||||
self.__playlist = playlist
|
||||
self.__lock = lock
|
||||
|
||||
def setProcess(self, newProcess: Process) -> None:
|
||||
self.__process = newProcess
|
||||
|
||||
def getProcess(self) -> Process:
|
||||
return self.__process
|
||||
|
||||
|
||||
Reference in New Issue
Block a user