👍️[Update] Main/Controller : logをjsonとしてstdに送信するように変更

This commit is contained in:
misyaguziya
2024-08-09 01:31:59 +09:00
parent e8fd6b724d
commit 8780624689
3 changed files with 105 additions and 275 deletions

View File

@@ -312,7 +312,6 @@ class Model:
new_version = response.json()["name"]
if new_version != config.VERSION:
update_flag = True
print("software version", "now:", config.VERSION, "new:", new_version)
return update_flag
@staticmethod