Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions nicegui/ui_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ def split_args(args: str) -> list[str]:
reload_excludes=split_args(uvicorn_reload_excludes) if reload else None,
reload_dirs=split_args(uvicorn_reload_dirs) if reload else None,
log_level=uvicorn_logging_level,
ws='wsproto',
**kwargs,
)
config.storage_secret = storage_secret
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ main_file = ""
testpaths = ["tests"]
filterwarnings = [
'error',
'ignore::DeprecationWarning:^websockets\.legacy(\.|$)',
'ignore::DeprecationWarning:^uvicorn\.protocols\.websockets(\.|$)',
"ignore:'asyncio\\.iscoroutinefunction' is deprecated and slated for removal:DeprecationWarning",
]

Expand Down