Skip to content

Commit

Permalink
Lowercase name for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua authored Jul 18, 2024
1 parent ef32639 commit b2a4f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instawebhooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def discord_webhook_url(arg_value: str):

# Parse command line arguments
parser = ArgumentParser(
prog='InstaWebhooks',
prog='instawebhooks',
description='Monitor Instagram accounts for new posts and send them to a Discord webhook',
epilog='https://github.com/RaenLua/InstaWebhooks')
parser.add_argument("instagram_username",
Expand Down

0 comments on commit b2a4f97

Please sign in to comment.