Skip to content

Commit c899dfb

Browse files
committed
Fix autoreload typing issue
1 parent 7b475dc commit c899dfb

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)