CronEDIT
This commit is contained in:
parent
49e6017780
commit
e9ad3ed655
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -275,7 +275,7 @@ def get_cron_jobs():
|
||||||
|
|
||||||
if "categorize_transactions.py" in line:
|
if "categorize_transactions.py" in line:
|
||||||
jobs["categorize"] = " ".join(line.split()[:5])
|
jobs["categorize"] = " ".join(line.split()[:5])
|
||||||
|
print("CRONJOBS:", jobs)
|
||||||
return jobs
|
return jobs
|
||||||
def get_balance_comparison():
|
def get_balance_comparison():
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue