Skip to content

Commit

Permalink
Add comment about login
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua authored Jul 24, 2024
1 parent fbf2ecd commit 991ca0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/instawebhooks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def closure_check_regex(arg_value):
# Log the start of the program
logger.info("Starting InstaWebhooks...")

# Check if we need to sign in to access the Instagram profile
try:
Profile.from_username(Instaloader().context, args.instagram_username).get_posts()
except LoginRequiredException as exc:
Expand Down

0 comments on commit 991ca0a

Please sign in to comment.