Skip to content

Commit

Permalink
default image generation to false
Browse files Browse the repository at this point in the history
  • Loading branch information
shihao-guo committed Jan 31, 2025
1 parent c913f90 commit f20323a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_digital_being/activities/activity_post_a_tweet.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self):
# or fetch it dynamically. Otherwise, substitute accordingly:
self.twitter_username = "YourUserName"
# set this to True if you want to generate an image for the tweet
self.image_generation_enabled = True
self.image_generation_enabled = False
self.default_size = (1024, 1024) # Added for image generation
self.default_format = "png" # Added for image generation

Expand Down

0 comments on commit f20323a

Please sign in to comment.