aboutsummaryrefslogtreecommitdiffstats
path: root/python/scripts/deliver_dumpgrobid_to_s3.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/scripts/deliver_dumpgrobid_to_s3.py')
-rwxr-xr-xpython/scripts/deliver_dumpgrobid_to_s3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/scripts/deliver_dumpgrobid_to_s3.py b/python/scripts/deliver_dumpgrobid_to_s3.py
index a08cab5..27ccf21 100755
--- a/python/scripts/deliver_dumpgrobid_to_s3.py
+++ b/python/scripts/deliver_dumpgrobid_to_s3.py
@@ -111,7 +111,7 @@ def main():
)
args = parser.parse_args()
- sentry_client = sentry_sdk.Client()
+ sentry_sdk.init()
worker = DeliverDumpGrobidS3(**args.__dict__)
worker.run(args.dump_file)