We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cac8a4 commit 146ff8cCopy full SHA for 146ff8c
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