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
|
@property
|
||||||
def url(self) -> str:
|
def url(self) -> str:
|
||||||
from twidump.render.tools import make_tweet_permalink # type: ignore
|
return self.tw.permalink(username='karlicoss')
|
||||||
return make_tweet_permalink(self.tw.id_str)
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def time(self) -> str:
|
def time(self) -> str:
|
||||||
|
|
Loading…
Add table
Reference in a new issue