mirror of
https://github.com/NohamR/LetCTF.git
synced 2026-05-25 12:17:13 +00:00
rootme support + fixes
This commit is contained in:
@@ -158,7 +158,7 @@ class CatTheFlagPlatform(CTFPlatform):
|
||||
def generate_tags(self, challenge):
|
||||
tags = []
|
||||
tags.append(challenge.category)
|
||||
tags.append("CatTheFlag")
|
||||
tags.append(challenge.platform)
|
||||
tags = list(set(filter(None, tags)))
|
||||
tags_str = '", "'.join(tags)
|
||||
return tags_str
|
||||
|
||||
Reference in New Issue
Block a user