Skip to content

Commit 5dd93b6

Browse files
chore: function comment cleanup
1 parent 7ddf540 commit 5dd93b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airtbench/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class GiveUp(rg.Model):
105105

106106
@dn.task(name="Check flag with API")
107107
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."""
108+
"""Validate flag via the Crucible API"""
109109
try:
110110
async with aiohttp.ClientSession() as session:
111111
url = f"{os.environ.get('CRUCIBLE_URL', 'https://platform.dreadnode.io')}/api/challenges/{challenge_id}/submit-flag"

0 commit comments

Comments
 (0)