fix two missing arguments, fixing reordering of newly installed plugins (#412)

This commit is contained in:
AAGaming
2023-04-04 18:52:32 +00:00
committed by GitHub
parent ee5ed3faf0
commit 7d2cff8745
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ class Tab:
"method": "Page.disable",
}, False)
async def refresh(self):
async def refresh(self, manage_socket=True):
try:
if manage_socket:
await self.open_websocket()