Skip to content

Commit 496e9e7

Browse files
committed
Update for new billing system
1 parent ef5a46a commit 496e9e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,8 @@ JSON2Video makes video creation easy as a piece of cake:
8484
console.log("Rendering: ", status.movie.status, " / ", status.movie.message);
8585
})
8686
.then((status) => {
87+
console.log("Response: ", status);
8788
console.log("Movie is ready: ", status.movie.url);
88-
console.log("Remaining final movies: ", status.remaining_quota.movies);
89-
console.log("Remaining drafts: ", status.remaining_quota.drafts);
9089
})
9190
.catch((err) => {
9291
console.log("Error: ", err);

0 commit comments

Comments
 (0)