Fix a typo

This commit is contained in:
jazzthief 2023-02-22 13:28:34 +01:00
parent eb0cca471d
commit 45b9dbae40
No known key found for this signature in database
GPG Key ID: 650DC0A0E6B6947C
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ class S3FeedStorage(BlockingFeedStorage):
import botocore.session
session = botocore.get_session()
session = botocore.session.get_session()
self.s3_client = session.create_client(
"s3",