Commit bd3fc09f authored by liuzheng712's avatar liuzheng712

refactor(coco/record.py): update

parent ba374b33
......@@ -81,7 +81,7 @@ class ServerReplayRecorder(ReplayRecorder):
:return:
"""
# Todo: <liuzheng712@gmail.com>
# super().record_replay(data_set)
super().record_replay(data_set)
def session_start(self, session_id):
print("When session {} start exec".format(session_id))
......@@ -95,7 +95,7 @@ class ServerCommandRecorder(CommandRecorder):
def record_command(self, data_set):
if not data_set:
return True
# super().record_command(data_set)
super().record_command(data_set)
return self.app.service.push_session_command(data_set)
def session_start(self, session_id):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment