update
This commit is contained in:
parent
344cf2b217
commit
6ae600fe25
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user