fix permalinks
This commit is contained in:
parent
d83552e7db
commit
c3c2f0ddeb
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,7 @@ class Tweet:
|
|||
|
||||
@property
|
||||
def url(self) -> str:
|
||||
from twidump.render.tools import make_tweet_permalink # type: ignore
|
||||
return make_tweet_permalink(self.tw.id_str)
|
||||
return self.tw.permalink(username='karlicoss')
|
||||
|
||||
@property
|
||||
def time(self) -> str:
|
||||
|
|
Loading…
Add table
Reference in a new issue