HOTFIX: Serve correct agent
parent
52ad1de7cd
commit
57a2575723
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
from __future__ import annotations
|
||||
|
||||
import agents
|
||||
import agents.sneaky
|
||||
|
||||
from pyserver import PyServer
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ def main() -> int:
|
|||
:return: Exit code
|
||||
:rtype: int
|
||||
"""
|
||||
player = PyServer(agents.AgentOfChaos())
|
||||
player = PyServer(agents.sneaky.SneakyAgent())
|
||||
|
||||
# Start listening for games
|
||||
player.start(
|
||||
|
|
|
|||
Loading…
Reference in New Issue