Example #1
0
 def on_update_data_timer(self, _event):
     if self.collecting_data and self.connected_to_server:
         self.update_data_thread = UpdateDataThread(self, self.psth_data)
         self.update_data_thread.start()