Even more typos

This commit is contained in:
Twentysix 2016-02-08 00:42:53 +01:00
parent 85c9446f28
commit 55913b9db7

View File

@ -83,7 +83,7 @@ class TriviaSession():
if self.questionList: await self.newQuestion() if self.questionList: await self.newQuestion()
else: else:
if os.path.isfile("data/trivia/" + qlist + ".txt"): if os.path.isfile("data/trivia/" + qlist + ".txt"):
self.questionList = self.loadList("trivia/" + qlist + ".txt") self.questionList = self.loadList("data/trivia/" + qlist + ".txt")
self.status = "new question" self.status = "new question"
self.timeout = time.perf_counter() self.timeout = time.perf_counter()
if self.questionList: await self.newQuestion() if self.questionList: await self.newQuestion()