small changes

pull/5798/head
incrementby1 5 years ago
parent 658006e7ee
commit e9d71f26b3

@ -128,7 +128,7 @@ class PairLocks():
PairLock.query.session.commit()
else:
# used in backtesting mode; don't show log messages for speed
locks = PairLocks.get_locks(None)
locks = PairLocks.get_pair_locks(None)
for lock in locks:
if lock.reason == reason:
lock.active = False

Loading…
Cancel
Save