aboutsummaryrefslogtreecommitdiff
path: root/helpers/music_effect.py
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/music_effect.py')
-rw-r--r--helpers/music_effect.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/helpers/music_effect.py b/helpers/music_effect.py
index 23583cd..4bdbb26 100644
--- a/helpers/music_effect.py
+++ b/helpers/music_effect.py
@@ -3,7 +3,8 @@ class GainEffect:
3 'fade' 3 'fade'
4 ] 4 ]
5 5
6 def __init__(self, effect, audio_segment, initial_loop, start, end, **kwargs): 6 def __init__(self, effect, audio_segment, initial_loop, start, end,
7 **kwargs):
7 if effect in self.effect_types: 8 if effect in self.effect_types:
8 self.effect = effect 9 self.effect = effect
9 else: 10 else: