[Mod] make flake8 happy

This commit is contained in:
nanoric 2019-06-14 15:34:40 +08:00
parent e55138b80e
commit 17e41b22e9

View File

@ -85,9 +85,9 @@ def run_parent():
# Check whether in trading period # Check whether in trading period
if ( if (
(current_time >= DAY_START and current_time <= DAY_END) or (current_time >= DAY_START and current_time <= DAY_END)
(current_time >= NIGHT_START) or or (current_time >= NIGHT_START)
(current_time <= NIGHT_END) or (current_time <= NIGHT_END)
): ):
trading = True trading = True