We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80afc88 + 146ff8c commit 941e07fCopy full SHA for 941e07f
1 file changed
wifite/util/system_check.py
@@ -716,7 +716,7 @@ def _render_interfaces(self):
716
else:
717
masked = iface.mac
718
Color.pl(f' MAC: {masked} Mode: {{C}}{iface.mode}{{W}} '
719
- f'Up: {"{{G}}yes{{W}}" if iface.is_up else "{{O}}no{{W}}"}')
+ f'Up: {"{G}yes{W}" if iface.is_up else "{O}no{W}"}')
720
721
# Capability matrix
722
mon = '{G}✓{W}' if iface.supports_monitor else '{R}✗{W}'
0 commit comments