Skip to content

Commit

Permalink
Update granian/server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkhav authored Aug 1, 2024
1 parent 4c5098e commit 5f1c4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion granian/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(
reload_ignore_dirs: Optional[Sequence[str]] = (),
reload_ignore_entity_patterns: Optional[Sequence[str]] = (),
reload_ignore_paths: Optional[Sequence[pathlib.Path]] = (),
reload_filter: Optional[BaseFilter] = None,
reload_filter: Optional[Type[BaseFilter]] = None,
process_name: Optional[str] = None,
pid_file: Optional[Path] = None,
):
Expand Down

0 comments on commit 5f1c4c2

Please sign in to comment.