Skip to content

Commit

Permalink
Merge branch 'eive'
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Oct 19, 2022
2 parents 6719a03 + fbd39a2 commit 229a2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmtccmd/gui/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __loop(self, op_code: WorkerOperationsCodes) -> bool:
return False
elif state.request == BackendRequest.DELAY_CUSTOM:
self._shared.tc_lock.release()
time.sleep(state.next_delay)
time.sleep(state.next_delay.seconds)
elif state.request == BackendRequest.CALL_NEXT:
self._shared.tc_lock.release()
elif op_code == WorkerOperationsCodes.LISTEN_FOR_TM:
Expand Down

0 comments on commit 229a2b5

Please sign in to comment.