mirror of
https://github.com/django/daphne.git
synced 2025-04-17 23:32:12 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
891fbdd736
commit
8e331ef9f7
|
@ -158,7 +158,7 @@ class DaphneProcess(multiprocessing.Process):
|
|||
application=application,
|
||||
endpoints=endpoints,
|
||||
signal_handlers=False,
|
||||
**self.kwargs
|
||||
**self.kwargs,
|
||||
)
|
||||
# Set up a poller to look for the port
|
||||
reactor.callLater(0.1, self.resolve_port)
|
||||
|
|
Loading…
Reference in New Issue
Block a user