Skip to content
Snippets Groups Projects

Log activity history and better logging of latest activity

Merged willm3 requested to merge wmalisch/enhance-logging-functionality into main
5 files
+ 21
11
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
5
@@ -86,8 +86,4 @@ class Activity:
return False
def get_latest_activity(self):
return self.db_client.get_latest_activity()
def list_activities(self):
# TODO
return
\ No newline at end of file
return self.db_client.get_latest_activity()
\ No newline at end of file
Loading