Skip to content

Commit

Permalink
changed exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Meyer committed Mar 12, 2018
1 parent 987e312 commit 6a0abd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trufflepig/bchain/getaccountdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6a0abd7

Please sign in to comment.