mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-01-31 05:10:45 -06:00
fixed an issue in compose for followers
This commit is contained in:
parent
8bdc933bce
commit
1f11ea7aa0
@ -150,7 +150,7 @@ def compose_followers_list(tweet, db, relative_times=True, show_screen_names=Fal
|
||||
else:
|
||||
ts = tweet.created_at
|
||||
if hasattr(tweet, "status"):
|
||||
if len(tweet.status) > 4 and system == "Windows":
|
||||
if system == "Windows":
|
||||
original_date2 = arrow.get(tweet.status.created_at, locale="en")
|
||||
if relative_times:
|
||||
ts2 = original_date2.humanize(locale=languageHandler.curLang[:2])
|
||||
|
Loading…
x
Reference in New Issue
Block a user