bugfixing

This commit is contained in:
MuslemRahimi 2025-02-25 13:02:35 +01:00
parent b7e366dcdf
commit 7a5fe3130b
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ def generate_id(name):
def replace_representative(office):
replacements = {
'Moody, Ashley B. (Senator)': 'Ashley Moody',
'McCormick, David H. (Senator)': 'Dave McCormick',
'McCormick, David H.': 'Dave McCormick',
'Carper, Thomas R. (Senator)': 'Tom Carper',

View File

@ -1309,6 +1309,7 @@ async def get_economic_calendar():
def replace_representative(office):
replacements = {
'Moody, Ashley B. (Senator)': 'Ashley Moody',
'McCormick, Dave H. (Senator)': 'Dave McCormick',
'McCormick, Dave H.': 'Dave McCormick',
'Carper, Thomas R. (Senator)': 'Tom Carper',