diff options
Diffstat (limited to 'python/gfs_monitor.py')
| -rw-r--r-- | python/gfs_monitor.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/gfs_monitor.py b/python/gfs_monitor.py index fe2da58a..8631e97a 100644 --- a/python/gfs_monitor.py +++ b/python/gfs_monitor.py @@ -26,3 +26,4 @@ if __name__ == "__main__": c.execute(sql_str, (fund, args.cob)) GFSMonitor.stage_payment(c) GFSMonitor.email_globeop(fund) + GFSMonitor._insert_queue.clear() |
