add aws region to sqs
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import json
|
|||||||
|
|
||||||
class Bernard(object):
|
class Bernard(object):
|
||||||
def __init__(self, app=None):
|
def __init__(self, app=None):
|
||||||
self.sqs = boto3.client("sqs")
|
self.sqs = boto3.client("sqs", region_name='eu-west-1')
|
||||||
if app:
|
if app:
|
||||||
self.init_app(app)
|
self.init_app(app)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user