mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-04 19:13:57 +00:00
robots.py: Make executable
This commit is contained in:
parent
17b826a6d3
commit
c7c1e7b96f
1 changed files with 2 additions and 0 deletions
2
code/robots.py
Normal file → Executable file
2
code/robots.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import json
|
||||
import re
|
||||
import requests
|
||||
|
|
Loading…
Reference in a new issue