Skip to content

Commit

Permalink
Remove debug file write
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanC committed Mar 4, 2024
1 parent cde9a58 commit 99e9a91
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions services/x.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,6 @@ def GetUserPosts(
if len(posts) > 0:
logger.trace(f"[@{username}] {posts}")

with open("_response.json", "w+") as file:
file.write(json.dumps(res.json(), indent=4))

return posts

def GetPost(username: str, postId: int) -> dict:
Expand Down

0 comments on commit 99e9a91

Please sign in to comment.