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