fix recursionerror caused by a Pull Request
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user