Modifying tweet created for ReStore definition.

This commit is contained in:
ruidajo 2022-04-12 18:23:08 -05:00
parent a445100e58
commit 8f2ed277fb
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ collectRawTweetsForPages: anInteger
temp do: [ :tweet | | tempTweet |
tempTweet := Tweet new fromNitterHtmlItem: tweet.
tempTweet metadata
at: DateAndTime now put:key;
at: DateAndTime now asString put: key;
yourself.
response tweets add: tempTweet.
]