Skip to content

Commit 0493d3d

Browse files
committed
Revert debug_browser back to debug, not stderr
1 parent 0689bfd commit 0493d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py/kaleido/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def check_error(res):
5050
raise RuntimeError(str(res))
5151

5252
async with (
53-
Browser(headless=True, debug=debug, debug_browser=sys.stderr) as browser,
53+
Browser(headless=True, debug=debug, debug_browser=debug) as browser,
5454
atimeout.timeout(timeout)):
5555
async def print_all(r):
5656
print(f"All subscription: {r}", file=sys.stderr)

0 commit comments

Comments
 (0)