Skip to content
Snippets Groups Projects
Commit 2b5c31d0 authored by David Bergström's avatar David Bergström
Browse files

Update main.py with default path for computer labs

parent 6d167f9d
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,8 @@ class MyAgent(IDABot):
def main():
coordinator = Coordinator()
coordinator = Coordinator(r"D:\StarCraft II\Versions\Base69232\SC2_x64.exe")
bot1 = MyAgent()
# bot2 = MyAgent()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment