Bug fixé
This commit is contained in:
parent
517be1d822
commit
549c861908
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ def generate_partial_history(user, t_start):
|
||||||
urls = crawler.output_tree
|
urls = crawler.output_tree
|
||||||
for url in urls:
|
for url in urls:
|
||||||
t_start += 5 * random.weibullvariate(1, 1.5)
|
t_start += 5 * random.weibullvariate(1, 1.5)
|
||||||
result.append(PartialHistoryEntry(url, timestamp))
|
result.append(PartialHistoryEntry(url.url, timestamp))
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue