fix typo in wlan-autoreconnect script
This commit is contained in:
parent
5797899e8f
commit
b10615d7a5
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ while True:
|
||||||
if r.status_code == 200:
|
if r.status_code == 200:
|
||||||
log.info('Logged in to WIFIonICE')
|
log.info('Logged in to WIFIonICE')
|
||||||
else:
|
else:
|
||||||
log.warning('Logging in failed, got status code ' + str(r,status_code))
|
log.warning('Logging in failed, got status code ' + str(r.status_code))
|
||||||
except requests.exceptions.ConnectTimeout:
|
except requests.exceptions.ConnectTimeout:
|
||||||
log.error('Timeout while trying to login, visit http://www.wifionice.de/ to check')
|
log.error('Timeout while trying to login, visit http://www.wifionice.de/ to check')
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Reference in a new issue