Skip to content

Commit

Permalink
flush_queue is now public
Browse files Browse the repository at this point in the history
  • Loading branch information
gyst committed Oct 1, 2012
1 parent 63d6084 commit 67ca825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonesocial/suite/setuphandlers.py
Expand Up @@ -88,4 +88,4 @@ def demo(context):
status.id -= int(offset_time * 1e6)
status.date = DateTime(time.time() - offset_time)
microblog.add(status)
microblog._flush_queue()
microblog.flush_queue()

0 comments on commit 67ca825

Please sign in to comment.