Open Resbonsiblyat opened 2 years ago
addons.py中:
if name=='main':
replay_path=os.path.join(os.path.dirname(__file__), 'websocket_frames.pkl') history_msg = pickle.load(open(replay_path, 'rb')) activated_flows = ['fake_id'] messages_dict = {'fake_id':history_msg}
其中的websocket_frames.pkl文件丢失
In addons.py:
websocket_frames.pkl missing
addons.py中:
if name=='main':
回放websocket流量
其中的websocket_frames.pkl文件丢失
In addons.py:
if name=='main':
回放websocket流量
websocket_frames.pkl missing