diff --git a/bbot/modules/postman.py b/bbot/modules/postman.py index 6c31e893fd..5a63f824e3 100644 --- a/bbot/modules/postman.py +++ b/bbot/modules/postman.py @@ -97,7 +97,7 @@ async def search_workspace(self, id): try: json = r.json() if not isinstance(json, dict): - raise ValueError(f"Got unexpected value for JSON: {json}" + raise ValueError(f"Got unexpected value for JSON: {json}") except Exception as e: self.warning(f"Failed to decode JSON for {r.url} (HTTP status: {status_code}): {e}") return [], []