Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanger67 committed Jul 20, 2024
1 parent a8ecf79 commit 1c68f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions questionDataclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def __init__(self,
self.questionNo = questionNo
self.acRate = acRate
self.difficulty = difficulty
self.level = self.difficulty
self.isFavor = isFavor
self.paidOnly = paidOnly
self.title = title
Expand Down

0 comments on commit 1c68f1e

Please sign in to comment.