mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2026-09-27 12:24:14 +02:00
Merge pull request #256 from guest20/patch-1
robots.py: duplicate parser = argparse.ArgumentParser(...)
This commit is contained in:
commit
27389c0b3d
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