Skip to content

Commit 8d2d0a4

Browse files
committed
STFT update
1 parent 52a7665 commit 8d2d0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/strategies/titfortat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class SuspiciousTitForTat(Player):
6666

6767
def strategy(self, opponent):
6868
try:
69-
return flip_dict[opponent.history[-1]]
69+
return opponent.history[-1]
7070
except IndexError:
7171
return 'D'
7272

0 commit comments

Comments
 (0)