Merge pull request #1831 from nanoric/dev

[Mod] make flake8 happy
This commit is contained in:
vn.py 2019-06-14 15:44:06 +08:00 committed by GitHub
commit 9c5633fcf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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