Tonic commited on
Commit
d1c1083
Β·
unverified Β·
1 Parent(s): 19bd8c3
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -345,7 +345,7 @@ def patch_jasco_cache():
345
  kwargs['cache_path'] = os.path.join(CACHE_DIR, 'drum_cache')
346
  return original_init(self, *args, **kwargs)
347
 
348
- jasco_conditioners.DrumConditioner.__init__ = new_init
349
 
350
  # Apply the patch
351
  patch_jasco_cache()
 
345
  kwargs['cache_path'] = os.path.join(CACHE_DIR, 'drum_cache')
346
  return original_init(self, *args, **kwargs)
347
 
348
+ jasco_conditioners.DrumsConditioner.__init__ = new_init
349
 
350
  # Apply the patch
351
  patch_jasco_cache()