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(): | ||||
| 	global AIS | ||||
| 	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: | ||||
| 			AIS.connect() | ||||
| 			break | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue