diff --git a/corrections.py b/corrections.py index a3b5d23b..849b3eaf 100644 --- a/corrections.py +++ b/corrections.py @@ -42,10 +42,6 @@ def correctSystem(oldName): def correctStation(systemName, oldName): try: return stations[systemName.upper() + "/" + oldName.upper()] - except KeyError: - pass - try: - return stations[oldName.upper()] except KeyError: return oldName