Skip to content

Commit 524f0ef

Browse files
committed
Follow existing conventions
1 parent efcd683 commit 524f0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def run_app(
333333

334334
# Workaround for workbench issue 7368
335335
deflate_args: DeflateArgs = {}
336-
if (RS_SERVER_URL := os.getenv("RS_SERVER_URL")):
336+
if os.getenv("RS_SERVER_URL"):
337337
deflate_args = {
338338
"ws_per_message_deflate": False,
339339
}

0 commit comments

Comments
 (0)