Skip to content

Commit

Permalink
na
Browse files Browse the repository at this point in the history
  • Loading branch information
sitnin committed Oct 24, 2010
1 parent b76afe1 commit 4a38ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datagen/datagen.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_content(item):
"tags": tags,
"data": resp_data,
})
if x%(count/10) == 0:
if (x+1)%(count/10) == 0:
print x
end = datetime.datetime.now()
return (start, end, log)
Expand Down

0 comments on commit 4a38ff3

Please sign in to comment.