flush_every typo

This commit is contained in:
James Turk 2012-04-13 23:42:50 -04:00
parent 8510a30175
commit 95a92d124c

View File

@ -17,7 +17,7 @@ class CloudSearch(object):
self._current_batch = []
self._current_size = 0
self._flush_very = flush_every
self._flush_every = flush_every
def flush(self):