Searched refs:cookie_file (Results 1 – 1 of 1) sorted by relevance
216 def load_auth_credentials_from_file(cookie_file): argument219 for line in cookie_file:245 with open(cookie_file_path, 'r') as cookie_file:246 return load_auth_credentials_from_file(cookie_file)