Skip to content
Snippets Groups Projects
Commit 09df51e9 authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Make warning more verbose

parent 53e2dd6e
No related branches found
No related tags found
1 merge request!12Smarter handling of tokens
...@@ -98,7 +98,7 @@ class ShoppingClient: ...@@ -98,7 +98,7 @@ class ShoppingClient:
"shopping_cart" "shopping_cart"
] ]
else: else:
warn(f"Unable to load data from {self.host}; is your key valid?") warn(f"Unable to load data from {self.host}; check your token for expiry, scopes and audience. Please ask your ESAP administrator for more info.")
if filter_archives: if filter_archives:
self.basket = self._filter_on_archive() self.basket = self._filter_on_archive()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment