robots.py: Make executable

This commit is contained in:
Dennis Camera 2025-02-18 10:15:10 +01:00
parent 17b826a6d3
commit c7c1e7b96f

2
code/robots.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import json import json
import re import re
import requests import requests