diff --git a/main.py b/main.py old mode 100644 new mode 100755 index adbc6c7..bfa797e --- a/main.py +++ b/main.py @@ -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('') \ No newline at end of file +treatSuffixes('')