Skip to content

Commit 5603ea4

Browse files
committed
WIP
1 parent 44ea260 commit 5603ea4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

recordprocessor/src/clients.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@
2929
REDIS_PORT = os.getenv("REDIS_PORT", 6379)
3030

3131
redis_cacher = RedisCacher(REDIS_HOST, REDIS_PORT, logger)
32+
33+
disease_vaccine_mapping = DiseaseMapping(redis_cacher)

0 commit comments

Comments
 (0)