Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
FIX: really fix #11
Browse files Browse the repository at this point in the history
  • Loading branch information
leloup314 committed Oct 10, 2019
1 parent 641dd5a commit fa93708
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions irrad_control/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,10 @@ def handle_data(self, data):
elif data['data']['status'] == 'finished':

self.control_tab.scan_actions(data['data']['status'])

elif data['meta']['type'] == 'temp':

self.monitor_tab.plots[server]['temp_plot'].set_data(data)

def send_cmd(self, hostname, target, cmd, cmd_data=None, check_reply=True):
"""Send a command *cmd* to a target *target* running within the server or interpreter process.
Expand Down

0 comments on commit fa93708

Please sign in to comment.