summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinvoice/generate-invoice.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/invoice/generate-invoice.py b/invoice/generate-invoice.py
index 4bcdddd..e414b5a 100755
--- a/invoice/generate-invoice.py
+++ b/invoice/generate-invoice.py
@@ -366,6 +366,7 @@ def weekly():
if sys.argv[1] == "daily":
daily()
+ backup()
elif sys.argv[1] == "weekly":
weekly()
elif sys.argv[1] == "monthly":