mirror of https://gitlab.com/bashrc2/epicyon
				
				
				
			Ending on wrong parameter
							parent
							
								
									6053947896
								
							
						
					
					
						commit
						2d7b3e06a2
					
				| 
						 | 
				
			
			@ -424,7 +424,7 @@ def site_is_verified(session, base_dir: str, http_prefix: str,
 | 
			
		|||
    verified_file_exists = False
 | 
			
		||||
    if os.path.isfile(verified_sites_filename):
 | 
			
		||||
        verified_file_exists = True
 | 
			
		||||
        if text_in_file(url, verified_sites_filename + '\n', True):
 | 
			
		||||
        if text_in_file(url + '\n', verified_sites_filename, True):
 | 
			
		||||
            return True
 | 
			
		||||
    if not update:
 | 
			
		||||
        return False
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue