This commit is contained in:
MuslemRahimi 2025-03-01 12:45:45 +01:00
parent 344cf2b217
commit 6ae600fe25
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -1312,6 +1312,7 @@ async def get_economic_calendar():
def replace_representative(office):
replacements = {
'Knott, Brad (Senator)': 'Brad Knott',
'Moody, Ashley B. (Senator)': 'Ashley Moody',
'McCormick, Dave H. (Senator)': 'Dave McCormick',
'McCormick, Dave H.': 'Dave McCormick',