You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/management/commands/run_chat_server_uvloop.py has an indentation issue on line 46
What I Did
$ python manage.py run_chat_server_uvloop
...[redacted full backtrace]...
ensure_future(handlers.gone_online(channels.online))
^
IndentationError: unindent does not match any outer indentation level
The text was updated successfully, but these errors were encountered:
Description
/management/commands/run_chat_server_uvloop.py has an indentation issue on line 46
What I Did
The text was updated successfully, but these errors were encountered: