Skip to content

Commit

Permalink
Fixed missing item initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Beine committed Sep 13, 2024
1 parent a9f3278 commit 98f6ba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions knx2mqtt
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ def main():
global daemon_args, mqtt_client
daemon_args = parse_args()
parse_config()
init_items()
# Verbosity
if daemon_args.verbose:
logging.basicConfig(level=logging.DEBUG)
Expand Down

0 comments on commit 98f6ba1

Please sign in to comment.