Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #65 from LuisMayo/enable-adult-mode
Browse files Browse the repository at this point in the history
Enable adult mode
  • Loading branch information
LuisMayo authored Nov 17, 2022
2 parents 36ff609 + 4b63dfe commit 8673d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def process_tweets():
current_tweet = None
if (len(thread) >= 1):
output_filename = tweet.id_str + '.mp4'
render_comment_list(thread, music_code= music_tweet, output_filename=output_filename, resolution_scale=2)
render_comment_list(thread, music_code= music_tweet, output_filename=output_filename, resolution_scale=2, adult_mode=True)
files = splitter.split_by_seconds(output_filename, 140, vcodec='libx264')
reply_to_tweet = tweet
first_tweet = True
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ better_profanity==0.6.1
hatesonar
pymongo
mongita
objection_engine
objection_engine~=3.2
cython
scikit-learn==0.22.1

0 comments on commit 8673d1f

Please sign in to comment.