Skip to content

Commit

Permalink
no ejecuto spotify.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vhgauto committed May 11, 2024
1 parent 77f6f39 commit a10649d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/datos.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ library(tidyverse)

# spotify -----------------------------------------------------------------

system(command = "python scripts/spotify.py")
# system(command = "python scripts/spotify.py")
spotify <- read_csv("datos/spotify.csv")

# letterboxd --------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/principal.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

python scripts/spotify.py
# python scripts/spotify.py

quarto render index.qmd

0 comments on commit a10649d

Please sign in to comment.