diff --git a/graphql.py b/graphql.py index f69c01e..71fc945 100644 --- a/graphql.py +++ b/graphql.py @@ -61,7 +61,7 @@ def get_post_id(self, slug: str) -> Optional[str]: self.debug_data.append( [ datetime.now(ZoneInfo("UTC")).strftime("%Y-%m-%d %H:%M:%S:%f"), - f"Got {post_id=} for {slug=}, Post: {post if post else None}", + f"Got post id {post_id} for {slug}, Post: {post if post else None}", ] ) return post_id