Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjzsun authored Feb 9, 2020
1 parent c82eedf commit 2161ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sheetScript.gs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function updatePlaylists(sheet) {
}
}

Logger.log("Acquired "+videoIds.length+" videos ")
Logger.log("Acquired "+newVideoIds.length+" videos")

if (!errorflag) {
// ...add videos to playlist...
Expand Down

0 comments on commit 2161ebf

Please sign in to comment.