Skip to content

Commit 6f6e844

Browse files
committed
upd: core
1 parent d52a5f7 commit 6f6e844

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ def run(self, ai):
7878
if __name__ == "__main__":
7979
print("init done", file=sys.stderr)
8080
controller = Controller()
81-
ai_func = PacmanAI()
81+
# ai_func = PacmanAI()
8282
controller.run(ai_func)

0 commit comments

Comments
 (0)