Make main.py executable

This commit is contained in:
Benjamin Loison 2024-03-31 23:43:04 +00:00
parent fca2788dd4
commit 5a7ec3315a

4
main.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python3
import requests
from lxml import html
import string
@ -40,4 +42,4 @@ def treatSuffixes(prefix):
if rowsLen == MAXIMUM_SUGGESTIONS and interestingEntries:
treatSuffixes(base)
treatSuffixes('')
treatSuffixes('')