diff --git a/app/cron_congress_trading.py b/app/cron_congress_trading.py index d2eb20d..ff2db2e 100755 --- a/app/cron_congress_trading.py +++ b/app/cron_congress_trading.py @@ -124,6 +124,7 @@ def replace_representative(office): 'Michael F. Q. San Nicolas': 'Michael San Nicolas', 'Barbara J Honorable Comstock': 'Barbara Comstock', 'Darin McKay LaHood': 'Darin LaHood', + 'Harold Dallas Rogers': 'Hal Rogers', 'Mr ': '', 'Mr. ': '', 'Dr ': '', diff --git a/app/restart_json.py b/app/restart_json.py index 0dbfb89..a129f2a 100755 --- a/app/restart_json.py +++ b/app/restart_json.py @@ -1441,6 +1441,7 @@ def replace_representative(office): 'Michael F. Q. San Nicolas': 'Michael San Nicolas', 'Barbara J Honorable Comstock': 'Barbara Comstock', 'Darin McKay LaHood': 'Darin LaHood', + 'Harold Dallas Rogers': 'Hal Rogers', 'Mr ': '', 'Mr. ': '', 'Dr ': '',