From 6a0abd7f60c6ead71279e2ccd3db4bc0d0375ea5 Mon Sep 17 00:00:00 2001 From: Robert Meyer Date: Mon, 12 Mar 2018 19:44:05 +0100 Subject: [PATCH] changed exception --- trufflepig/bchain/getaccountdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trufflepig/bchain/getaccountdata.py b/trufflepig/bchain/getaccountdata.py index e1e70c8..bc76a5d 100644 --- a/trufflepig/bchain/getaccountdata.py +++ b/trufflepig/bchain/getaccountdata.py @@ -319,7 +319,7 @@ def get_upvote_payments_for_accounts(accounts, steem_args, min_datetime, max_dat logger.info('Finished chunk {} ' 'out of {} found so far {} ' 'upvote buyers...'.format(kdx + 1, len(async_results), len(upvote_payments))) - except TimeoutError: + except Exception as e: logger.exception('Something went totally wrong dude!') pool.join()