diff options
Diffstat (limited to 'python/strat_cash_realloc.py')
| -rw-r--r-- | python/strat_cash_realloc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/strat_cash_realloc.py b/python/strat_cash_realloc.py index f8889f54..0bfafce0 100644 --- a/python/strat_cash_realloc.py +++ b/python/strat_cash_realloc.py @@ -18,7 +18,7 @@ def generate_csv(date, fund="BOWDST"): if c.fetchone(): return c.execute( - "SELECT * FROM list_orphaned_cash(%s, %s) ", + "SELECT * FROM list_orphaned_cash(%s, %s) WHERE abs(amount) > 1", ( date, fund, |
