mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	Remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
		| @@ -196,7 +196,7 @@ def main(): | ||||
|         if args.folder is not None: | ||||
|             Ghost.upload_images(args.folder) | ||||
|  | ||||
|     if args.kpi_to_ghost is True: | ||||
|     if args.kpi_to_ghost: | ||||
|         Ghost.kpi(args.authors, | ||||
|                   args.folders, | ||||
|                   args.parent_folder, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matthew Stidham
					Matthew Stidham