diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 9a5ce98403ec94854d231cff399151025081dd29..b9536fa55b6df596060ee8d8ed125a8287d1bcc6 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -358,7 +358,7 @@ def analyze(ice_dct, no_ice_dct):
         print(dt_str[2:])
 
 
-def process_2(ice_dct, no_ice_dct, neg_ice_dct):
+def process(ice_dct, no_ice_dct, neg_ice_dct):
     new_ice_dct = {}
     new_no_ice_dct = {}
     new_neg_ice_dct = {}