Skip to content

Commit

Permalink
docs: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed May 14, 2024
1 parent 0efaf49 commit 98c2e38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x_notes/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
from .statuses import add_statuses

if __name__ == "__main__":
logger.info("Fetching notes ...")
logger.info("Loading existing notes ...")
notes = load_notes()

logger.info("Fetching notes ...")
notes = get_notes(notes)

logger.info("Fetching statuses ...")
Expand Down

0 comments on commit 98c2e38

Please sign in to comment.