Skip to content

Commit

Permalink
Do not set the model_resetting flag with the start post
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianDAlessandro committed Nov 29, 2023
1 parent 1ab38f9 commit 38f6edc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datahub/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ def set_model_signals(start: bool) -> str:
message = "Start signal received" if start else "Stop signal received"
log.info(message)
dt.model_running = start
dt.model_resetting = not start

return message

Expand Down

0 comments on commit 38f6edc

Please sign in to comment.