Skip to content

Commit

Permalink
Issue #192 - Update Plugin data handling to match Core changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MJJoyce committed Feb 25, 2021
1 parent 6a71964 commit 34af797
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ait/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ def process(self, input_data, topic=None):
raise ValueError('Topic of received message not recognized as telem or log stream.')

def process_telem_msg(self, msg):
msg = eval(msg)
msg = pickle.loads(msg)
if playback.on == False:
Sessions.addTelemetry(msg[0], msg[1])
Expand Down

0 comments on commit 34af797

Please sign in to comment.