Skip to content

Commit

Permalink
adjust logging verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaDodds committed Jul 3, 2023
1 parent 88c13af commit 19368ba
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 @@ -71,7 +71,7 @@ def post_startup():
manage_sale_of_stored_energy_to_the_grid()
manage_grid_usage_based_on_current_price()

logging.info(f"main(): post_startup() functions executed.")
logging.info(f"post_startup() actions complete.")


def main():
Expand Down

0 comments on commit 19368ba

Please sign in to comment.