diff --git a/docs/challenge/network.mdx b/docs/challenge/network.mdx index 7008f39..44e995f 100644 --- a/docs/challenge/network.mdx +++ b/docs/challenge/network.mdx @@ -17,7 +17,7 @@ from datetime import datetime, timedelta # Calculate the date and time 24 hours from now delete_after = (datetime.utcnow() + timedelta(hours=24)).isoformat() + 'Z' -!atlas accessLists +!atlas accessLists ``` :::tip