Make main.py
executable
This commit is contained in:
parent
fca2788dd4
commit
b7386c1ad8
4
main.py
Normal file → Executable file
4
main.py
Normal file → Executable file
@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/python3
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
from lxml import html
|
from lxml import html
|
||||||
import string
|
import string
|
||||||
@ -40,4 +42,4 @@ def treatSuffixes(prefix):
|
|||||||
if rowsLen == MAXIMUM_SUGGESTIONS and interestingEntries:
|
if rowsLen == MAXIMUM_SUGGESTIONS and interestingEntries:
|
||||||
treatSuffixes(base)
|
treatSuffixes(base)
|
||||||
|
|
||||||
treatSuffixes('')
|
treatSuffixes('')
|
||||||
|
Loading…
Reference in New Issue
Block a user