We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6712d20 commit 8890cdbCopy full SHA for 8890cdb
1 file changed
freqtrade/persistence/pairlock_middleware.py
@@ -42,7 +42,7 @@ def lock_pair(
42
) -> PairLock:
43
"""
44
Create PairLock from now to "until".
45
- Does not create a new lock if there is already a lock with the same Reason, side and end time.
+ Doesn't create a new lock if there is already a lock with the same Reason, side and endtime.
46
Uses database by default, unless PairLocks.use_db is set to False,
47
in which case a list is maintained.
48
:param pair: pair to lock. use '*' to lock all pairs
0 commit comments