Skip to content

Commit 0de547f

Browse files
Absolute -> Relative path
1 parent 7af174a commit 0de547f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

got_quiz/quiz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import random
55

66
def get_questions():
7-
questions_file = open('/home/shrav/Desktop/workspace/pythoooonnn/got_quiz/quiz.json')
7+
questions_file = open('./quiz.json')
88
questions_obj = json.load(questions_file)
99
questions_file.close()
1010
return questions_obj['questions']

0 commit comments

Comments
 (0)