diff options
Diffstat (limited to 'python/process_queue.py')
| -rw-r--r-- | python/process_queue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/process_queue.py b/python/process_queue.py index c004b6da..0fc42966 100644 --- a/python/process_queue.py +++ b/python/process_queue.py @@ -115,7 +115,7 @@ def terminate_list( p: redis.client.Pipeline, key: str, upload: bool, - conn: psycopg2.extensions.connection, + conn: psycopg.connection, base_dir: pathlib.Path = DAILY_DIR, ): trade_type, fund, _ = key.split("_") |
