mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2026-08-31 21:34:03 +02:00
robots.py: duplciate parser = argparse.ArgumentParser(...)
Two is just greedy
This commit is contained in:
parent
24c010e668
commit
265ea03066
1 changed files with 1 additions and 2 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue