diff options
-rw-r--r-- | icebox/icebox.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/icebox/icebox.py b/icebox/icebox.py index 4b835b0..36572c0 100644 --- a/icebox/icebox.py +++ b/icebox/icebox.py @@ -2081,8 +2081,8 @@ padin_pio_db = { (13, 21, 0), #2 fixed (13, 0, 0), #3 fixed - ( 0, 21, 1), #These two are questionable, but keep the order correct - (25, 21, 1), #They may need to be fixed if other package options are added. + (19, 21, 0), #These two are questionable, but keep the order correct + ( 6, 21, 0), #They may need to be fixed if other package options are added. (12, 0, 1), #6 fixed (12, 21, 1), #7 fixed |