Modifying tweet created for ReStore definition.
This commit is contained in:
parent
a445100e58
commit
8f2ed277fb
@ -15,7 +15,7 @@ collectRawTweetsForPages: anInteger
|
|||||||
temp do: [ :tweet | | tempTweet |
|
temp do: [ :tweet | | tempTweet |
|
||||||
tempTweet := Tweet new fromNitterHtmlItem: tweet.
|
tempTweet := Tweet new fromNitterHtmlItem: tweet.
|
||||||
tempTweet metadata
|
tempTweet metadata
|
||||||
at: DateAndTime now put:key;
|
at: DateAndTime now asString put: key;
|
||||||
yourself.
|
yourself.
|
||||||
response tweets add: tempTweet.
|
response tweets add: tempTweet.
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user