tieknimmers
Results
1
issues of
tieknimmers
The function `install()` in `ctfcli/cli/challenge.py` implements a check to see if there is already a challenge with the same name. This check does this as follows: ```python if c["name"] ==...