Skip to content

Commit

Permalink
Set playlist generation for a week ago
Browse files Browse the repository at this point in the history
  • Loading branch information
niksudan committed Oct 29, 2019
1 parent 8d4d537 commit 753dee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (process.env.SENTRY_DSN) {

const ninbot = new Ninbot();
await ninbot.login();
await ninbot.generatePlaylist(spotify, 0);
await ninbot.generatePlaylist(spotify, 1);
process.exit(0);
} catch (e) {
console.log(e);
Expand Down

0 comments on commit 753dee3

Please sign in to comment.