Skip to content

Commit bdb9a77

Browse files
author
whoisroot
committed
Lingua alterada para PT-BR para que a caralha das descrições apareçam
1 parent 3407bd6 commit bdb9a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nizkctf/challenge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __hash__(self):
3434
def path(self):
3535
return os.path.join(chall_dir, self.id + '.json')
3636

37-
def description(self, lang='en'):
37+
def description(self, lang='pt'):
3838
# Get from a localized markdown file
3939
path = os.path.join(chall_dir, '{}.{}.md'.format(self.id, lang))
4040
if os.path.exists(path):

0 commit comments

Comments
 (0)