Skip to content

Commit

Permalink
Merge pull request #193 from NASA-AMMOS/issue-192
Browse files Browse the repository at this point in the history
Issue #192 - Update Plugin data handling to match Core changes
  • Loading branch information
MJJoyce authored Mar 10, 2021
2 parents 6cfa654 + 2351b2c commit 62fd739
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 62fd739

Please sign in to comment.