refactor in prep for enemies

This commit is contained in:
Joshua Burman
2023-11-09 16:12:26 -05:00
parent 49178380a4
commit 11979193de
7 changed files with 159 additions and 115 deletions

View File

@ -43,7 +43,7 @@ class ServiceListener(Consumer):
logging.error(f'action of type {action} does not exist.')
def main():
logging.info('Starting IRT Service: That Was Rasch (v1.5.0)...')
logging.info('Starting IRT Service: The Enemies Within (v1.7.0)...')
# ToDo: Figure out a much better way of doing this.
# LocalStack wants 'endpoint_url', while prod doesnt :(