Skip to content

Commit

Permalink
Update for new billing system
Browse files Browse the repository at this point in the history
  • Loading branch information
imdavidbosch committed Oct 5, 2023
1 parent ef5a46a commit 496e9e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@ JSON2Video makes video creation easy as a piece of cake:
console.log("Rendering: ", status.movie.status, " / ", status.movie.message);
})
.then((status) => {
console.log("Response: ", status);
console.log("Movie is ready: ", status.movie.url);
console.log("Remaining final movies: ", status.remaining_quota.movies);
console.log("Remaining drafts: ", status.remaining_quota.drafts);
})
.catch((err) => {
console.log("Error: ", err);
Expand Down

0 comments on commit 496e9e7

Please sign in to comment.