mirror of
https://github.com/chev2/shitpost-video-generator.git
synced 2026-04-22 02:32:41 +00:00
Fix image amount multiplier having the wrong default
This commit is contained in:
parent
0271ff835c
commit
1385dff2b7
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -43,7 +43,7 @@ AUDIO_AMOUNT_MULTIPLIER = 0.75
|
|||
|
||||
# Image amount multiplier (pretty much ditto as audio amount multiplier)
|
||||
# default: 0.6 | chaos: 2.0
|
||||
IMAGE_AMOUNT_MULTIPLIER = 2
|
||||
IMAGE_AMOUNT_MULTIPLIER = 0.6
|
||||
|
||||
# (min, max) random values range, inclusive
|
||||
#integer. default: 1, 7
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue