diff --git a/fetch-macOS-v2.py b/fetch-macOS-v2.py index 250a63f..e173eb5 100755 --- a/fetch-macOS-v2.py +++ b/fetch-macOS-v2.py @@ -462,7 +462,7 @@ def action_guess(args): if len(supported) > 0: print(f'SUCCESS: MLB {mlb} looks supported for:') - for model in supported.items(): + for model in supported: print(f'- {model}, up to {supported[model][0]}, default: {supported[model][1]}, latest: {supported[model][2]}') return 0