fix recursionerror caused by a Pull Request
This commit is contained in:
parent
f37be7961a
commit
152b61aabb
@ -465,7 +465,7 @@ class Embed:
|
||||
@thumbnail.deleter
|
||||
def thumbnail(self):
|
||||
try:
|
||||
del self.thumbnail
|
||||
del self._thumbnail
|
||||
except AttributeError:
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user