use fstring

This commit is contained in:
AAGaming
2022-07-21 22:03:11 -04:00
parent 09eee761a5
commit c9bf8d357e

View File

@@ -52,7 +52,7 @@ class PluginBrowser:
if plugin['name'] == name:
return path.join(self.plugin_path, folder)
except:
self.log.debug("skipping " + folder)
self.log.debug(f"skipping {folder}")
async def uninstall_plugin(self, name):
tab = await get_tab("SP")