mirror of
https://github.com/WorldObservationLog/AppleMusicDecrypt.git
synced 2026-01-15 14:22:54 -03:00
This commit is contained in:
@@ -43,7 +43,7 @@ class InteractiveShell:
|
||||
it(Config).instance.url = "127.0.0.1:32767"
|
||||
it(Config).instance.secure = False
|
||||
loop.run_until_complete(it(WrapperManager).init(it(Config).instance.url, it(Config).instance.secure))
|
||||
except grpc.aio.AioRpcError:
|
||||
except grpc.aio._call.AioRpcError:
|
||||
it(GlobalLogger).logger.error("Unable to connect to the local wrapper-manager, please try to extend the timeout")
|
||||
sys.exit()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user