mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
Properly await uninstall
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ class PluginBrowser:
|
|||||||
return web.Response(text="Requested plugin uninstall")
|
return web.Response(text="Requested plugin uninstall")
|
||||||
|
|
||||||
async def _install(self, artifact, name, version, hash):
|
async def _install(self, artifact, name, version, hash):
|
||||||
self.uninstall_plugin(name)
|
await self.uninstall_plugin(name)
|
||||||
self.log.info(f"Installing {name} (Version: {version})")
|
self.log.info(f"Installing {name} (Version: {version})")
|
||||||
async with ClientSession() as client:
|
async with ClientSession() as client:
|
||||||
self.log.debug(f"Fetching {artifact}")
|
self.log.debug(f"Fetching {artifact}")
|
||||||
|
|||||||
Reference in New Issue
Block a user