bugfixing
This commit is contained in:
parent
060d69fb1b
commit
8e915c7647
@ -46,6 +46,8 @@ def generate_id(name):
|
|||||||
|
|
||||||
def replace_representative(office):
|
def replace_representative(office):
|
||||||
replacements = {
|
replacements = {
|
||||||
|
'Banks, James E. (Senator)': 'James Banks',
|
||||||
|
'Banks, James (Senator)': 'James Banks',
|
||||||
'Knott, Brad (Senator)': 'Brad Knott',
|
'Knott, Brad (Senator)': 'Brad Knott',
|
||||||
'Moody, Ashley B. (Senator)': 'Ashley Moody',
|
'Moody, Ashley B. (Senator)': 'Ashley Moody',
|
||||||
'McCormick, David H. (Senator)': 'Dave McCormick',
|
'McCormick, David H. (Senator)': 'Dave McCormick',
|
||||||
|
|||||||
@ -1327,6 +1327,8 @@ async def get_economic_calendar():
|
|||||||
|
|
||||||
def replace_representative(office):
|
def replace_representative(office):
|
||||||
replacements = {
|
replacements = {
|
||||||
|
'Banks, James E. (Senator)': 'James Banks',
|
||||||
|
'Banks, James (Senator)': 'James Banks',
|
||||||
'Knott, Brad (Senator)': 'Brad Knott',
|
'Knott, Brad (Senator)': 'Brad Knott',
|
||||||
'Moody, Ashley B. (Senator)': 'Ashley Moody',
|
'Moody, Ashley B. (Senator)': 'Ashley Moody',
|
||||||
'McCormick, Dave H. (Senator)': 'Dave McCormick',
|
'McCormick, Dave H. (Senator)': 'Dave McCormick',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user