Make main.py executable

This commit is contained in:
Benjamin Loison 2024-04-01 01:44:41 +02:00
parent fca2788dd4
commit b7386c1ad8
No known key found for this signature in database

2
main.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python3
import requests import requests
from lxml import html from lxml import html
import string import string