Searched refs:cookie_file (Results 1 – 1 of 1) sorted by relevance
45 def load_auth_credentials_from_file(cookie_file): argument48 for line in cookie_file:74 with open(cookie_file_path, 'r') as cookie_file:75 return load_auth_credentials_from_file(cookie_file)