Skip to content

Commit

Permalink
removed useless setting
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostX-Official committed Oct 19, 2024
1 parent 4d7f1a3 commit 265dc25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
skip_long_emotes = settings.skip_long_emotes
ffmpeg_preset = settings.ffmpeg_preset
dumping_done_notification = settings.dumping_done_notification
ffmpeg_progress = settings.ffmpeg_progress

# toaster

Expand Down
3 changes: 0 additions & 3 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
# so if convertation takes too long it will just be terminated and specific emote dumping will be skipped.
# for example, for me 75th emote dumping "this" from pwgood emote-set just completely freezes program forever so it just aborts convertation.

ffmpeg_progress = False
# enabling this setting may cause some issues and freeze program on some emotes, not really recommended (you can try it though.)

pathToFFMPEG = "ffmpeg/bin/ffmpeg.exe"
# if you already have ffmpeg installed on your system,
# please provide path to it and delete it from dumper folder.
Expand Down

0 comments on commit 265dc25

Please sign in to comment.