P5-4896 remove esales

This commit is contained in:
Martin Carlsson
2020-02-27 09:43:16 +01:00
committed by GitHub
parent d5be080f89
commit d2c567a7cd
19 changed files with 5 additions and 212 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import json
class Bernard(object):
def __init__(self, app=None):
self.sqs = boto3.client("sqs", region_name='eu-west-1')
self.sqs = boto3.client("sqs", region_name="eu-west-1")
if app:
self.init_app(app)