Skip to content

Commit a7eec3e

Browse files
committed
Fix autoreload typing issue
1 parent 33d6a3b commit a7eec3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/_autoreload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ async def process_request(
251251
status_code=http.HTTPStatus.MOVED_PERMANENTLY,
252252
reason_phrase="Moved Permanently",
253253
headers=websockets.Headers(Location=app_url),
254-
body=None,
254+
body=b"",
255255
)
256256
else:
257257
return None

0 commit comments

Comments
 (0)