django-private-chat icon indicating copy to clipboard operation
django-private-chat copied to clipboard

python manage.py run_chat_server_uvloop not working

Open alxnik opened this issue 4 years ago • 0 comments

  • django-private-chat version: 0.3.0
  • Django version: 3.1.5
  • Python version: 3.8.5
  • Operating System: Ubuntu 20.04 on WSL

Description

/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

alxnik avatar Jan 10 '21 14:01 alxnik