Add ChatGPT

This commit is contained in:
Changhua
2023-03-04 23:21:19 +08:00
parent eea263d85a
commit 1c06d0758f
5 changed files with 69 additions and 17 deletions

View File

@@ -23,7 +23,7 @@ def weather_report(robot: Robot) -> None:
def main():
wcf = Wcf()
wcf = Wcf(debug=True)
def handler(sig, frame):
wcf.cleanup() # 退出前清理环境