forked from LeineLab-Public/lab-signal-bot
main: be more silent for sucessfully sent task not fullfillable message
This commit is contained in:
parent
37a8fb6f9c
commit
a69fd2ed04
2
main.py
2
main.py
@ -318,8 +318,6 @@ class LabCleaningBot:
|
|||||||
|
|
||||||
if is_err(res):
|
if is_err(res):
|
||||||
print(res.unwrap_err())
|
print(res.unwrap_err())
|
||||||
else:
|
|
||||||
print(res.unwrap())
|
|
||||||
|
|
||||||
reqs = reqs.unwrap_err()
|
reqs = reqs.unwrap_err()
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user