mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 16:28:01 -05:00
FakeTrophy: add trophy_url
This commit is contained in:
@@ -124,6 +124,8 @@ class FakeTrophy(object):
|
||||
self._thing1 = recipient
|
||||
self.description = description
|
||||
self.url = url
|
||||
self.trophy_url = getattr(self, "url",
|
||||
getattr(self._thing2, "url", None))
|
||||
self.cup_info = cup_info
|
||||
self._id = self._id36 = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user