Skip to content

Commit

Permalink
adjust init logs
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schrade authored Feb 16, 2024
1 parent 5c50824 commit e278aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ def run(self, data, selector='energy_func'):

from operator_lib.operator_lib import OperatorLib
if __name__ == "__main__":
OperatorLib(Operator(), name="leakage-detection-operator", git_info_file='git_commit')
OperatorLib(Operator(), name="excessive-daily-consumption-detection-operator", git_info_file='git_commit')

0 comments on commit e278aa2

Please sign in to comment.