PB
Size: a a a
C
C
C
AD
AD
AD
AD
R3
R3
F
ifconfig_result = subprocess.check_output(['ifconfig', 'wlan0'])
mac_address = re.search(r"\w\w:\w\w:\w\w:\w\w:\w\w:\w\w", ifconfig_result)
print(mac_address)
F
ifconfig_result = subprocess.check_output(['ifconfig', 'wlan0'])
mac_address = re.search(r"\w\w:\w\w:\w\w:\w\w:\w\w:\w\w", ifconfig_result)
print(mac_address)
К
R3
К
R3
OY
БГ