Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TLNBS2405/heihachi
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijeetKrishnan committed Nov 17, 2024
2 parents de41d58 + 59d95b8 commit 36331c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
stream_handler = logging.StreamHandler()
stream_handler.setFormatter(formatter)
logger.addHandler(stream_handler)
logger.setLevel(logging.DEBUG)
logger.setLevel(logging.INFO)


def periodic_function(
Expand Down

0 comments on commit 36331c7

Please sign in to comment.