Skip to content

Commit

Permalink
Uncommented a line in comment-caption to write "raw frame" by default
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Sep 14, 2020
1 parent ab94b50 commit 55a976c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def post_caption():
def comment_caption():
newline = "\n"
msg = (
# f"Raw frame without subtitles"
f"Raw frame without subtitles"
)
if config.verbose:
print(f"Defined comment caption:{newline}{msg}")
Expand Down

0 comments on commit 55a976c

Please sign in to comment.