Skip to content

Commit

Permalink
Unknown issue. Maybe this will resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklinke committed Aug 21, 2024
1 parent 0cec1a4 commit 8c19ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c19ce5

Please sign in to comment.