Remove duplicated url in history
This commit is contained in:
parent
379b53e6ce
commit
89d1f8301a
1 changed files with 0 additions and 1 deletions
|
@ -187,7 +187,6 @@ def generate_partial_history(user, t_start):
|
|||
timestamp = t_start
|
||||
result = []
|
||||
basis = generate_first_url(user)
|
||||
result.append(PartialHistoryEntry(basis, timestamp))
|
||||
t_start += 5 * random.weibullvariate(1, 1.5)
|
||||
crawler = crawl.CrawlingThread(basis)
|
||||
crawler.start()
|
||||
|
|
Loading…
Reference in a new issue