Skip to content

Commit 11449b7

Browse files
committed
Update nfc_movie_player.py
1 parent 3f27ef6 commit 11449b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Raspberry_Pi_NFC_Movie_Player/nfc_movie_player.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# ---- Update these file paths for your raspberry pi! ----
1717
username = "YOUR-USERNAME"
1818
image_path = f"/home/{username}/Pictures/blinka.png"
19-
movie_path = f"/mnt/movie_disk"
19+
movie_path = "/mnt/movie_disk"
2020
csv_file = "movies.csv"
2121
# ----
2222

0 commit comments

Comments
 (0)