mirror of https://github.com/Mai-with-u/MaiBot.git
Update questions.py
parent
ced8935fe1
commit
cbea112457
|
|
@ -245,6 +245,7 @@ class ConflictTracker:
|
||||||
create_time=tracker.start_time,
|
create_time=tracker.start_time,
|
||||||
update_time=time.time(),
|
update_time=time.time(),
|
||||||
answer=answer_text or "",
|
answer=answer_text or "",
|
||||||
|
chat_id=tracker.chat_id,
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
elif judge_type == "END":
|
elif judge_type == "END":
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue