Skip to content

Commit

Permalink
removed redundent call
Browse files Browse the repository at this point in the history
  • Loading branch information
riley206 committed May 20, 2024
1 parent b854b10 commit 8c55595
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def configure_main(self, config_name, action, contents):
if action == "NEW" or "UPDATE":
self.reset_parameters(config)
_log.info("Starting " + self.__class__.__name__ + " agent")
self.publish_analysis()

def reset_parameters(self, config=None):
self.analysis_interval_sec = config["analysis_interval_sec"]
Expand Down

0 comments on commit 8c55595

Please sign in to comment.