Update filter.py

pull/3053/head
Sergey G. Brester 3 years ago committed by GitHub
parent 17eed32e03
commit d086317cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -664,7 +664,7 @@ class Filter(JailThread):
# if weird date - we'd simulate now for timeing issue (too large deviation from now):
delta = int(date - MyTime.time())
if abs(delta) > 60:
delta /= 60
delta //= 60
# log timing issue as warning once per day:
self._logWarnOnce("_next_simByTimeWarn",
("Detected a log entry %sm %s the current time in operation mode. "

Loading…
Cancel
Save