Searched refs:cookie_file (Results 1 – 1 of 1) sorted by relevance
87 def load_auth_credentials_from_file(cookie_file): argument90 for line in cookie_file:116 with open(cookie_file_path, 'r') as cookie_file:117 return load_auth_credentials_from_file(cookie_file)