Skip to content

Commit

Permalink
updating to point to latest DNAC Sandbox and fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kiskander committed Apr 22, 2020
1 parent 8c97c1e commit cf299e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro-dnac/06_mission/mission_solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Extend the system path to include the project root and import the env files
sys.path.insert(0, project_root)

import env_lab # noqa
import env_lab

DNAC_URL = env_lab.DNA_CENTER["host"]
DNAC_USER = env_lab.DNA_CENTER["username"]
Expand Down

0 comments on commit cf299e2

Please sign in to comment.