Skip to content

Commit

Permalink
fix: removed unused argument from __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Aug 6, 2024
1 parent 500820e commit 43f3c56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chaturbate_poller/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ 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__}")
args = parser.parse_args() # Currently not using args, but added for completeness # noqa: F841

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

0 comments on commit 43f3c56

Please sign in to comment.