fixing wrong revoke_time handling
This commit is contained in:
parent
daf0281ef0
commit
c7127b88df
@ -264,7 +264,7 @@ class ConnectionHandler(object):
|
||||
"type": "match_update",
|
||||
"data": {
|
||||
"id": m.id,
|
||||
"revoke_time": m.get_sql_revoke_time()
|
||||
"revoke_time": m.get_sql_revoke_time(),
|
||||
"match_state": state
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user