Force string type for answer value.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mikaël Capelle 2024-12-08 14:34:04 +01:00
parent d7c5b1b658
commit c69694da7e

View File

@ -193,7 +193,7 @@ def main():
"answer",
{
"answer": i_answer + 1,
"value": answer,
"value": str(answer),
"answerTime_s": (current - last).total_seconds(),
"totalTime_s": (current - start).total_seconds(),
},