use fstring

This commit is contained in:
AAGaming
2022-07-21 22:03:11 -04:00
parent 09eee761a5
commit c9bf8d357e
+1 -1
View File
@@ -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")