mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-15 18:13:40 +03:00
Properly await uninstall
This commit is contained in:
@@ -66,7 +66,7 @@ class PluginBrowser:
|
||||
return web.Response(text="Requested plugin uninstall")
|
||||
|
||||
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})")
|
||||
async with ClientSession() as client:
|
||||
self.log.debug(f"Fetching {artifact}")
|
||||
|
||||
Reference in New Issue
Block a user