We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34e3a7 commit 6ce4b8fCopy full SHA for 6ce4b8f
leveler/def_imgen_utils.py
@@ -23,7 +23,7 @@
23
from PIL import Image
24
25
LANCZOS = Image.Resampling.LANCZOS
26
-except ModuleNotFoundError:
+except AttributeError:
27
from PIL.Image import LANCZOS
28
29
try:
leveler/image_generators.py
@@ -27,7 +27,7 @@
30
31
32
33
leveler/leveler.py
@@ -29,7 +29,7 @@ class Leveler(
):
"""A level up thing with image generation!"""
- __version__ = "3.0.7"
+ __version__ = "3.0.8"
34
# noinspection PyMissingConstructor
35
def __init__(self, bot: Red):
0 commit comments