Skip to content

Commit

Permalink
Extras: get_status takes 2 arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Nov 3, 2024
1 parent 6464c18 commit caa3670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klippy/ratos.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}

#####
Expand Down

0 comments on commit caa3670

Please sign in to comment.