'i' is normal time, no need for a warning
This commit is contained in:
parent
1fed44dcd8
commit
e3bdbf77f4
1 changed files with 0 additions and 1 deletions
1
memos.py
1
memos.py
|
@ -1032,7 +1032,6 @@ class PesterMemo(PesterConvo):
|
|||
else:
|
||||
timed = timedelta.max
|
||||
except (OSError, ValueError) as e:
|
||||
PchumLog.warning(str(e))
|
||||
try:
|
||||
if cmd == "i":
|
||||
timed = timedelta(0)
|
||||
|
|
Loading…
Reference in a new issue