mirror of https://github.com/coddrago/Heroku
parent
7fb206aaa0
commit
3725d6ed25
3
Pipfile
3
Pipfile
|
@ -20,8 +20,11 @@ grapheme = '==0.6.0'
|
|||
heroku3 = '==5.1.4'
|
||||
psycopg2-binary = '==2.9.3'
|
||||
redis = '==3.5.3'
|
||||
# Optional Heroku deps just to make user comfortable
|
||||
Pillow = '*'
|
||||
pydub = '*'
|
||||
SpeechRecognition = '*'
|
||||
googletrans = '==4.0.0rc1'
|
||||
python-ffmpeg = '*'
|
||||
emoji = '*'
|
||||
moviepy = '*'
|
||||
|
|
|
@ -641,7 +641,7 @@ class LoaderMod(loader.Module):
|
|||
|
||||
importlib.invalidate_caches()
|
||||
|
||||
return await self.load_module(utils.get_kwargs()) # Try again
|
||||
return await self.load_module(**utils.get_kwargs()) # Try again
|
||||
except loader.LoadError as e:
|
||||
with contextlib.suppress(ValueError):
|
||||
self.allmodules.modules.remove(instance) # skipcq: PYL-E0601
|
||||
|
|
Loading…
Reference in New Issue