[Update/bugfix] UI: Watchdogタイマーに10秒間隔で信号を送るように。
backend watchdog関数の引数エラーの修正
This commit is contained in:
@@ -1533,7 +1533,7 @@ class Controller:
|
||||
return {"status":200, "result":True}
|
||||
|
||||
@staticmethod
|
||||
def feedWatchdog() -> dict:
|
||||
def feedWatchdog(*args, **kwargs) -> dict:
|
||||
model.feedWatchdog()
|
||||
return {"status":200, "result":True}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user