Skip to content

Commit

Permalink
okay the mofo doesnt clean up, lets go 400 at a go
Browse files Browse the repository at this point in the history
  • Loading branch information
ideamonk committed Jun 5, 2010
1 parent 783a1fc commit 3d64233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def get(self):
self.redirect("/")

q = Screengrabs.all()
results = q.fetch(400)
results = q.fetch(200)
for result in results:
self.response.out.write ("murdered %s" % result.imagename)
result.delete()
Expand Down

0 comments on commit 3d64233

Please sign in to comment.