robots.py: duplciate parser = argparse.ArgumentParser(...)

Two is just greedy
This commit is contained in:
guest20 2026-08-04 10:24:30 +02:00 committed by GitHub
commit 265ea03066
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.",