diff --git a/pySim/ts_102_221.py b/pySim/ts_102_221.py index 256a6971..b8fce1b4 100644 --- a/pySim/ts_102_221.py +++ b/pySim/ts_102_221.py @@ -294,4 +294,4 @@ class CardProfileUICC(CardProfile): }, } - super().__init__('UICC', 'ETSI TS 102 221', files, sw) + super().__init__('UICC', desc='ETSI TS 102 221', files_in_mf=files, sw=sw)