mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [Crawler] typo
This commit is contained in:
parent
37276e52a3
commit
b87707e8bc
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class TorSplashCrawler():
|
|||
else:
|
||||
|
||||
#avoid filename too big
|
||||
if len(self.domains[0]) > 225:
|
||||
if len(self.domains[0]) > 215:
|
||||
UUID = self.domains[0][-215:]+str(uuid.uuid4())
|
||||
else:
|
||||
UUID = self.domains[0]+str(uuid.uuid4())
|
||||
|
|
Loading…
Reference in a new issue