add debug

This commit is contained in:
j 2022-04-18 23:00:11 +01:00
parent 6d968d54cc
commit d9870232cb
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class SiteParser(dict):
baseUrl = ''
regex = {}
pool = ThreadPool(8)
debug = False
def get_url(self, page):
return "%s%s" % (self.baseUrl, page)