diff --git a/auth.py b/auth.py index 5547316b6..dcda8c3b7 100644 --- a/auth.py +++ b/auth.py @@ -522,7 +522,7 @@ class Authenticator(object): self._access_token = self._load_access_token() # Refresh if expired or missing. - if not self._access_token or self._access_toke.needs_refresh(): + if not self._access_token or self._access_token.needs_refresh(): # Maybe some other process already updated it, reload from the cache. self._access_token = self._load_access_token() # Nope, still expired, need to run the refresh flow. diff --git a/recipes/trigger_recipe_roller.txt b/recipes/trigger_recipe_roller.txt index f13d8eea2..85019027f 100644 --- a/recipes/trigger_recipe_roller.txt +++ b/recipes/trigger_recipe_roller.txt @@ -7,4 +7,4 @@ the Build and Test Yeti. Then suddenly, and without delay, Batty the Build and Test Yeti -😒😒 +😒