Skip to content

Commit 57e4a3b

Browse files
committed
Follow-up fix for 5ac695a: shorten error message for FEATURES
1 parent 5f7707b commit 57e4a3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ap2-receiver.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -970,8 +970,7 @@ def list_available_flags():
970970
print(Feat(flags))
971971
except Exception:
972972
print("[!] Incorrect flags/mask.")
973-
print(f"[!] Proceeding with defaults: {int(FEATURES):016x} which are:")
974-
print(FEATURES)
973+
print(f"[!] Proceeding with defaults.")
975974
print(f'Enabled features: {FEATURES:016x}')
976975
print(FEATURES)
977976

0 commit comments

Comments
 (0)