Skip to content

Commit

Permalink
fix: updated __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Aug 6, 2024
1 parent 5ab8dc8 commit ccfa8c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chaturbate_poller/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ async def main() -> None:
# Parse command-line arguments
parser = argparse.ArgumentParser(description="Poll events from Chaturbate.")
parser.add_argument("--version", action="version", version=f"%(prog)s {__version__}")
parser.parse_args()

# Check for missing environment variables
if not username or not token:
Expand Down

0 comments on commit ccfa8c0

Please sign in to comment.