Skip to content

Commit

Permalink
Merge pull request #110 from crestalnetwork/fix/twitter-username
Browse files Browse the repository at this point in the history
Fix: a twitter client data cache bug
  • Loading branch information
taiyangc authored Jan 28, 2025
2 parents 08471a9 + 56db65c commit ceeb4c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/services/twitter/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def __init__(self, agent_store: AgentStoreABC, config: Dict) -> None:
"twitter_name": me["data"]["name"],
}
)
self._agent_data = self._agent_store.get_data()
logger.info(
f"Twitter client initialized. "
f"Use API key: {self.use_key}, "
Expand Down

0 comments on commit ceeb4c9

Please sign in to comment.