[Mod] make flake8 happy
This commit is contained in:
parent
e55138b80e
commit
17e41b22e9
@ -85,9 +85,9 @@ def run_parent():
|
||||
|
||||
# Check whether in trading period
|
||||
if (
|
||||
(current_time >= DAY_START and current_time <= DAY_END) or
|
||||
(current_time >= NIGHT_START) or
|
||||
(current_time <= NIGHT_END)
|
||||
(current_time >= DAY_START and current_time <= DAY_END)
|
||||
or (current_time >= NIGHT_START)
|
||||
or (current_time <= NIGHT_END)
|
||||
):
|
||||
trading = True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user