diff --git a/connection_handler.py b/connection_handler.py index 0bcc118..ab7fb03 100644 --- a/connection_handler.py +++ b/connection_handler.py @@ -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 } }