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

Commit 8673d1f

Browse files
authored
Merge pull request #65 from LuisMayo/enable-adult-mode
Enable adult mode
2 parents 36ff609 + 4b63dfe commit 8673d1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def process_tweets():
217217
current_tweet = None
218218
if (len(thread) >= 1):
219219
output_filename = tweet.id_str + '.mp4'
220-
render_comment_list(thread, music_code= music_tweet, output_filename=output_filename, resolution_scale=2)
220+
render_comment_list(thread, music_code= music_tweet, output_filename=output_filename, resolution_scale=2, adult_mode=True)
221221
files = splitter.split_by_seconds(output_filename, 140, vcodec='libx264')
222222
reply_to_tweet = tweet
223223
first_tweet = True

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ better_profanity==0.6.1
66
hatesonar
77
pymongo
88
mongita
9-
objection_engine
9+
objection_engine~=3.2
1010
cython
1111
scikit-learn==0.22.1

0 commit comments

Comments
 (0)