mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
use fstring
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ class PluginBrowser:
|
|||||||
if plugin['name'] == name:
|
if plugin['name'] == name:
|
||||||
return path.join(self.plugin_path, folder)
|
return path.join(self.plugin_path, folder)
|
||||||
except:
|
except:
|
||||||
self.log.debug("skipping " + folder)
|
self.log.debug(f"skipping {folder}")
|
||||||
|
|
||||||
async def uninstall_plugin(self, name):
|
async def uninstall_plugin(self, name):
|
||||||
tab = await get_tab("SP")
|
tab = await get_tab("SP")
|
||||||
|
|||||||
Reference in New Issue
Block a user