You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2019/04/27 00:38:03 UTC

[incubator-ponymail] 03/04: Oops, dropped veriable defines

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git

commit 77f976abd6363c91e9ee9eddb26fb429d96d72d3
Author: Sebb <se...@apache.org>
AuthorDate: Sat Apr 27 01:30:13 2019 +0100

    Oops, dropped veriable defines
---
 tools/nullfav.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/nullfav.py b/tools/nullfav.py
index f630cb2..67f68d9 100755
--- a/tools/nullfav.py
+++ b/tools/nullfav.py
@@ -34,6 +34,8 @@ args = parser.parse_args()
 FAVES='favorites'
 TARGET=None
 
+updated = 0
+failed = 0
 elastic = Elastic()
 scroll_size = None # Only show it first time round
 for page in elastic.scan_and_scroll(doc_type='account', body = { "_source" : [FAVES] }):