diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/upload_bbh_trades.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/upload_bbh_trades.py b/python/upload_bbh_trades.py index e145e789..bed4bc49 100644 --- a/python/upload_bbh_trades.py +++ b/python/upload_bbh_trades.py @@ -19,6 +19,9 @@ if __name__ == "__main__": ) # We don't want to upload trades before this date for row in c: obj = row._asdict() + if obj["current_face"] == 0: + print("Missing") + continue rename_keys( obj, { |
