We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f27ef6 commit 11449b7Copy full SHA for 11449b7
Raspberry_Pi_NFC_Movie_Player/nfc_movie_player.py
@@ -16,7 +16,7 @@
16
# ---- Update these file paths for your raspberry pi! ----
17
username = "YOUR-USERNAME"
18
image_path = f"/home/{username}/Pictures/blinka.png"
19
-movie_path = f"/mnt/movie_disk"
+movie_path = "/mnt/movie_disk"
20
csv_file = "movies.csv"
21
# ----
22
0 commit comments