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 87b55ea commit a726b92Copy full SHA for a726b92
tryhackme/__init__.py
@@ -1,5 +1,5 @@
1
2
-__version__ = "1.2.5"
+__version__ = "1.2.6"
3
4
from .errors import *
5
from .converters import *
tryhackme/room.py
@@ -48,7 +48,7 @@ def _from_data(self, data):
48
def question_count(self):
49
count = 0
50
for task in self.tasks:
51
- count += task.questions_count
+ count += task.question_count
52
return count
53
@property
54
def precentage(self):
0 commit comments