diff --git a/main.py b/main.py index ed2aaa4..ce983d8 100644 --- a/main.py +++ b/main.py @@ -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 diff --git a/requirements.txt b/requirements.txt index 8ef3bb4..ace1a20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ better_profanity==0.6.1 hatesonar pymongo mongita -objection_engine +objection_engine~=3.2 cython scikit-learn==0.22.1