我希望我的代码在睡眠时间之前更改标签的文本。但是当我跑步时,首先运行睡眠时间,然后更改标签。这让我非常困惑。你们知道为什么会这样吗?
如果输出==" empty_circle_red":
self.state_label.configure(text="DEACTIVATED:")
self.message_label.configure(text="Monitor will become active in 60 seconds.")
time.sleep(5)
self.fsm.state = "activated"