Make main.py executable

This commit is contained in:
Benjamin Loison
2024-04-01 01:44:41 +02:00
parent fca2788dd4
commit b7386c1ad8
Regular → Executable
+3 -1
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('')