Skip to content

Commit

Permalink
fix bug in 65fa255
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkaufman committed Jan 3, 2021
1 parent 58a5248 commit 7e4ab00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ def update_users(userid, username, server_clock, client_read_clock) -> None:
delay_samples = server_clock - client_read_clock
if userid not in users:
users[userid] = User(userid, username, server_clock, delay_samples)
users[userid_lead].send("delay_seconds", state.first_bucket)
if ENABLE_TWILIO:
users[userid].allocate_twilio_token()

Expand Down

0 comments on commit 7e4ab00

Please sign in to comment.