Merge pull request #256 from guest20/patch-1

robots.py: duplicate parser = argparse.ArgumentParser(...)
This commit is contained in:
Glyn Normington 2026-08-04 12:05:31 +01:00 • committed by GitHub
commit 27389c0b3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -266,8 +266,7 @@ def conversions():
if __name__ == "__main__":
import argparse
parser = argparse.ArgumentParser()
parser = argparse.ArgumentParser(
prog="ai-robots",
description="Collects and updates information about web scrapers of AI companies.",