mirror of
https://github.com/kemenril/iR-APRSISD.git
synced 2025-03-05 20:51:35 -08:00
fix errant ')'
This commit is contained in:
parent
b1fc7efb90
commit
0fea87d766
|
@ -108,7 +108,7 @@ urllib.request.install_opener(http)
|
||||||
def reconnect():
|
def reconnect():
|
||||||
global AIS
|
global AIS
|
||||||
while True:
|
while True:
|
||||||
AIS = aprslib.IS(conf['APRS']['SSID'],passwd=int(conf['APRS']['Password']),port=int(conf['APRS']['Port'])))
|
AIS = aprslib.IS(conf['APRS']['SSID'],passwd=int(conf['APRS']['Password']),port=int(conf['APRS']['Port']))
|
||||||
try:
|
try:
|
||||||
AIS.connect()
|
AIS.connect()
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in a new issue