Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
a4ecb0e8a0
|
1
crontab
1
crontab
@ -3,3 +3,4 @@ CONTENT_TYPE = "text/html"
|
|||||||
|
|
||||||
0 13 1 * * user /opt/app/monatliche-forderung-eintragen.py
|
0 13 1 * * user /opt/app/monatliche-forderung-eintragen.py
|
||||||
0 4 * * * user /opt/app/monatliche-forderung-ueberwachen.py
|
0 4 * * * user /opt/app/monatliche-forderung-ueberwachen.py
|
||||||
|
|
||||||
|
@ -23,3 +23,5 @@ try:
|
|||||||
print("Monatliche Mietforderungen erfolgreich eintragen")
|
print("Monatliche Mietforderungen erfolgreich eintragen")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print("ERROR: {}".format(e))
|
print("ERROR: {}".format(e))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user