Skip to content

Commit

Permalink
Update client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
8bitkick authored Jan 22, 2024
1 parent e9b5b85 commit 10e2ce3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ var clientID = "Cli0";
let tag = (TEST || TRY) ? "test" : await cache(tootData, beebState);

// Post a video toot
await mastodon.videoReply(mediaFilename,mediaType,tweet.id,"@"+tweet.account.acct,tweet,checksum,hasAudio,tag);
exec('rm '+mediaFilename);
mastodon.videoReply(mediaFilename,mediaType,tweet.id,"@"+tweet.account.acct,tweet,checksum,hasAudio,tag);
}

setTimeout(requestTweet, POLL_DELAY);
Expand Down

0 comments on commit 10e2ce3

Please sign in to comment.