Skip to content

Commit

Permalink
Merge pull request #13 from aitormagan/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
aitormagan authored Sep 11, 2021
2 parents 7f2df70 + 23ac950 commit 37c6141
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/db.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import boto3
import os
import json
from datetime import datetime
from src.exceptions import ImpossibleToDetermineMaxAge

TABLE_NAME = os.environ.get("NOTIFICATIONS_TABLE")
MIN_DATE_PARAMETER = os.environ.get("PARAM_MIN_DATE")
MIN_YEARS_PARAMETER = os.environ.get("PARAM_MIN_YEARS")
CLIENT = boto3.client('dynamodb')
CLIENT_SSM = boto3.client('ssm')
Expand Down
1 change: 0 additions & 1 deletion src/message_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from src import db


UPDATE_CENTRES_TIME = int(os.environ.get("UPDATE_CENTRES_TIME", 300))
logger = Logger(service="vacunacovidmadridbot")


Expand Down

0 comments on commit 37c6141

Please sign in to comment.