fix permalinks

This commit is contained in:
Dima Gerasimov 2019-08-06 07:40:31 +01:00
parent d83552e7db
commit c3c2f0ddeb

View file

@ -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: