You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a challenge that I want to have with a value of 0, I get an error saying 'Challenge does not provide a value'
I think this is the offending line and there should be an extra bit of logic to check if the value is 0 or not. Temp solved this by setting values = 1 for the challenges but I dont like that solution.
If I have a challenge that I want to have with a value of 0, I get an error saying 'Challenge does not provide a value'
I think this is the offending line and there should be an extra bit of logic to check if the value is 0 or not. Temp solved this by setting values = 1 for the challenges but I dont like that solution.
ctfcli/ctfcli/core/challenge.py
Line 660 in d8e08da
The text was updated successfully, but these errors were encountered: