[ci skip]fix typo

This commit is contained in:
heliclei 2014-04-01 22:08:32 +08:00
parent 5d37f8960d
commit a6dd44e38c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ def autotest(type):
soc.connect((HOST_MAC, PORT))
if type == TYPE_ANDROID:
HOST_ANDROID = getADBDeviceIP()
soc.connect((HOST_ADNROID, PORT))
soc.connect((HOST_ANDROID, PORT))
if type == TYPE_IOS:
soc.connect((HOST_IOS, PORT))
time.sleep(1)