Skip to content

Commit

Permalink
Add additional comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua authored Jul 14, 2024
1 parent 28b1b06 commit f621b9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/instawebhooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ def discord_webhook_url(arg_value):
logger.setLevel(logging.DEBUG)
logger.debug("Verbose output enabled.")

# Log the start of the program
logger.info("Starting InstaWebhooks for https://www.instagram.com/%s on %s",
args.instagram_username, args.discord_webhook_url)

# Instaloader instance
# Initialize Instaloader and get the Instagram profile
L = Instaloader()
profile = Profile.from_username(L.context, args.instagram_username)

Expand Down

0 comments on commit f621b9f

Please sign in to comment.