We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddf540 commit 5dd93b6Copy full SHA for 5dd93b6
1 file changed
airtbench/main.py
@@ -105,7 +105,7 @@ class GiveUp(rg.Model):
105
106
@dn.task(name="Check flag with API")
107
async def check_flag_api(challenge_id: str, flag: str, api_key: str) -> bool:
108
- """Validate flag via the Crucible API instead of local decryption."""
+ """Validate flag via the Crucible API"""
109
try:
110
async with aiohttp.ClientSession() as session:
111
url = f"{os.environ.get('CRUCIBLE_URL', 'https://platform.dreadnode.io')}/api/challenges/{challenge_id}/submit-flag"
0 commit comments