summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2013-02-23 17:35:55 +0100
committerSebastian Reichel <sre@ring0.de>2013-02-23 17:35:55 +0100
commit4e82b5e85642c3ab25679506ccd136abe86af45d (patch)
tree99c4596d4ad735fb4b96f1f0d45d6320d0e071bc
parent94539d42b632ff8365550505a464beb3b6ddaa41 (diff)
downloadserial-barcode-scanner-4e82b5e85642c3ab25679506ccd136abe86af45d.tar.bz2
remove weekly support
-rwxr-xr-xinvoice/generate-invoice.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/invoice/generate-invoice.py b/invoice/generate-invoice.py
index aa5072d..7d09a5c 100755
--- a/invoice/generate-invoice.py
+++ b/invoice/generate-invoice.py
@@ -360,15 +360,9 @@ def backup():
send_mail(msg, "shop-backup@kreativitaet-trifft-technik.de")
-def weekly():
- #send_mail("", "einkauf@kreativitaet-trifft-technik.de")
- pass
-
if sys.argv[1] == "daily":
daily()
backup()
-elif sys.argv[1] == "weekly":
- weekly()
elif sys.argv[1] == "monthly":
monthly()
else: