diff --git a/src/sticker_convert/utils/chrome_remotedebug.py b/src/sticker_convert/utils/chrome_remotedebug.py index e32bc15..3e55d8b 100644 --- a/src/sticker_convert/utils/chrome_remotedebug.py +++ b/src/sticker_convert/utils/chrome_remotedebug.py @@ -100,7 +100,7 @@ def connect(self): time.sleep(1) else: break - + if len(targets) == 0: raise RuntimeError("Cannot create websocket connection with debugger")