Skip to content

Commit

Permalink
Log correct amount of dropped items. (#2525)
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthbelter authored and sebastienvercammen committed Mar 7, 2018
1 parent 8bd0090 commit 4210074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pogom/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ def clear_inventory(api, account):
clear_response = resp['responses']['RECYCLE_INVENTORY_ITEM']
clear_result = clear_response.result
if clear_result == 1:
log.info('Clearing %s %ss succeeded.', item_count,
log.info('Clearing %s %ss succeeded.', drop_count,
item_name)
elif clear_result == 2:
log.debug('Not enough items to clear, parsing failed.')
Expand Down

0 comments on commit 4210074

Please sign in to comment.