Skip to content

Commit

Permalink
Update one-hop.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterchiefm authored Jun 16, 2020
1 parent aafa81f commit fc5e717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion one-hop.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_mac():
mac = a[n]
start = mac.find(':') + 1
if mac == '':
print('\t*****************\033[1;32;43m test \033[0m!错误!程序太垃圾,请自己在powershell输入ipconfig /all ,然后自己找\033[0m!*****************')
print('\t*****************\033[1;32;43m test \033[0m!错误找不到蓝牙模块!程序太垃圾,请自己在powershell输入ipconfig /all ,然后自己找\033[0m!*****************')
else:
mac = mac[start:].strip().replace('-','')
return mac
Expand Down

0 comments on commit fc5e717

Please sign in to comment.