Skip to content

Commit

Permalink
Fix save_replay being ignored by EnvPlayer objects
Browse files Browse the repository at this point in the history
  • Loading branch information
hsahovic committed Nov 11, 2021
1 parent fbe3cc8 commit 16294bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/poke_env/player/env_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def __init__(
else self._DEFAULT_BATTLE_FORMAT,
log_level=log_level,
max_concurrent_battles=1,
save_replays=save_replays,
server_configuration=server_configuration,
start_listening=start_listening,
start_timer_on_battle_start=start_timer_on_battle_start,
Expand Down

0 comments on commit 16294bd

Please sign in to comment.