use proper variable name

This commit is contained in:
Janne Sinivirta 2017-12-25 09:52:45 +02:00
parent b2927f1020
commit 79c2965388

View File

@ -78,8 +78,8 @@ def _process(dynamic_whitelist: Optional[int] = 0) -> bool:
'Checked all whitelisted currencies. ' 'Checked all whitelisted currencies. '
'Found no suitable entry positions for buying. Will keep looking ...' 'Found no suitable entry positions for buying. Will keep looking ...'
) )
except DependencyException as e: except DependencyException as exception:
logger.warning('Unable to create trade: %s', e) logger.warning('Unable to create trade: %s', exception)
for trade in trades: for trade in trades:
# Get order details for actual price per unit # Get order details for actual price per unit