kitchen sink formatting pass

This commit is contained in:
justcool393 2023-04-02 01:14:40 -05:00 committed by Ben Rog-Wilhelm
parent 0e1a01eb75
commit 3c056d3410
14 changed files with 56 additions and 109 deletions

View file

@ -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)