diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-16 16:57:26 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-16 16:57:26 +0200 |
commit | 07c2b124e4348b15f1e5ec18c6cdfd77248c6bc8 (patch) | |
tree | e4a29123d3ebedc1d25500390c904c66b3b02489 /api/events.py | |
parent | aa2c999702dadba2afbcf2be9f597f890aafcc87 (diff) |
spaces > tabs in python :(
Diffstat (limited to 'api/events.py')
-rw-r--r-- | api/events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/events.py b/api/events.py index 695edb1..3097471 100644 --- a/api/events.py +++ b/api/events.py @@ -7,4 +7,4 @@ from hierarchy import io_auth_required @io.on("connect") @io_auth_required("none") def connect(data, user_id): - join_room("user-" + user_id) + join_room("user-" + user_id) |