Skip to content

Commit ca9cae7

Browse files
authored
Fix search reindex CLI command (#652)
1 parent e9b80cd commit ca9cae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gramps_webapi/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def index_full(ctx):
284284

285285
t0 = time.time()
286286
try:
287-
indexer.reindex_full(app, db, progress_cb=progress_callback_count)
287+
indexer.reindex_full(db, progress_cb=progress_callback_count)
288288
except:
289289
app.logger.exception("Error during indexing")
290290
finally:

0 commit comments

Comments
 (0)