mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 00:37:49 +00:00
Fix F821 lint rule
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ class Tab:
|
||||
False,
|
||||
)
|
||||
|
||||
async def refresh(self):
|
||||
async def refresh(self, manage_socket=False):
|
||||
try:
|
||||
if manage_socket:
|
||||
await self.open_websocket()
|
||||
|
||||
Reference in New Issue
Block a user