diff --git a/klippy/ratos.py b/klippy/ratos.py index 8345e211..576c007c 100644 --- a/klippy/ratos.py +++ b/klippy/ratos.py @@ -730,7 +730,7 @@ def get_ratos_version(self): self.debug_echo("get_ratos_version", ("Exception on run: %s", exc)) return version - def get_status(self): + def get_status(self, eventtime): return {'last_processed_file_result': self.last_processed_file_result} #####