mirror of
https://framagit.org/veretcle/oolatoocs.git
synced 2025-07-20 20:41:17 +02:00
first real functional version
This commit is contained in:
@@ -38,7 +38,7 @@ pub async fn run(config: &Config) {
|
||||
};
|
||||
// if we wanted to cut toot in half, now would be the right time to do so
|
||||
// treating medias (nothing for now)
|
||||
let _tweet_id = post_tweet(&tweet_content, &[])
|
||||
let _tweet_id = post_tweet(&config.twitter, &tweet_content, &[])
|
||||
.await
|
||||
.unwrap_or_else(|e| panic!("Cannot Tweet {}: {}", toot.id, e));
|
||||
return;
|
||||
|
Reference in New Issue
Block a user