summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jimbrella/routine.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/jimbrella/routine.py b/jimbrella/routine.py
index c1f7870..471c498 100644
--- a/jimbrella/routine.py
+++ b/jimbrella/routine.py
@@ -133,4 +133,5 @@ if __name__ == "__main__":
# )
giveback = None
db = Database(DATABASE_PATH)
- sync_database(takeaway, giveback, db)
+ admin_log = AdminLog(ADMIN_LOG_PATH)
+ sync_database(takeaway, giveback, db, admin_log)