Bug fixé

This commit is contained in:
Rémi Oudin 2018-02-26 14:38:26 +01:00
parent 517be1d822
commit 549c861908
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ def generate_partial_history(user, t_start):
urls = crawler.output_tree
for url in urls:
t_start += 5 * random.weibullvariate(1, 1.5)
result.append(PartialHistoryEntry(url, timestamp))
result.append(PartialHistoryEntry(url.url, timestamp))
return result