mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 02:38:03 +00:00 
			
		
		
		
	This fixes an issue where speedtest-cli was unable to run.
Signed-off-by: Brent Lovelace <brent.lovelace@candelatech.com>
This commit is contained in:
		| @@ -1171,7 +1171,7 @@ class Speedtest(object): | |||||||
|             client = get_attributes_by_tag_name(root, 'client') |             client = get_attributes_by_tag_name(root, 'client') | ||||||
|  |  | ||||||
|         ignore_servers = list( |         ignore_servers = list( | ||||||
|             map(int, server_config['ignoreids'].split(',')) |             map(int, (server_config['ignoreids'].split(',') if len(server_config['ignoreids']) else []) ) | ||||||
|         ) |         ) | ||||||
|  |  | ||||||
|         ratio = int(upload['ratio']) |         ratio = int(upload['ratio']) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Brent Lovelace
					Brent Lovelace