kitchen sink formatting pass
This commit is contained in:
parent
0e1a01eb75
commit
3c056d3410
14 changed files with 56 additions and 109 deletions
|
@ -103,7 +103,6 @@ def disconnect(v):
|
|||
@socketio.on('typing')
|
||||
@auth_required
|
||||
def typing_indicator(data, v):
|
||||
|
||||
if data and v.username not in typing: typing.append(v.username)
|
||||
elif not data and v.username in typing: typing.remove(v.username)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue