Shredder commited on
Commit
e65462f
1 Parent(s): 7b7edd0

Update Cuad_others.py

Browse files
Files changed (1) hide show
  1. Cuad_others.py +1 -1
Cuad_others.py CHANGED
@@ -46,7 +46,7 @@ def load_questions_short():
46
  return questions_short
47
 
48
  def quad(query,file):
49
- with open(file) as f:
50
  paragraph = f.read()
51
  questions = load_questions()
52
  questions_short = load_questions_short()
46
  return questions_short
47
 
48
  def quad(query,file):
49
+ with open(file.name) as f:
50
  paragraph = f.read()
51
  questions = load_questions()
52
  questions_short = load_questions_short()