mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Fixed #21420 once more.
This commit is contained in:
parent
dffcc5e979
commit
f67cce0434
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ def kqueue_code_changed():
|
|||
kqueue.control([make_kevent(watcher)], 0)
|
||||
|
||||
def update_watch(sender=None, **kwargs):
|
||||
watcher.write('.')
|
||||
watcher.write(b'.')
|
||||
|
||||
request_finished.connect(update_watch)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue