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 328a9f9 commit bbee0beCopy full SHA for bbee0be
Raspberry_Pi_NFC_Movie_Player/nfc_movie_player.py
@@ -79,7 +79,7 @@ def move():
79
root.after(30, move)
80
81
def get_movie(uid):
82
- with open(f"{home_path}/{csv_file}", "r") as file:
+ with open(f"/home/{username}/{csv_file}", "r") as file:
83
reader = csv.DictReader(file)
84
for row in reader:
85
if row["uid"] == uid:
0 commit comments