Skip to content

Commit e77f791

Browse files
committed
Skip ashlock for axlfortan.
Already skipping for axl. Just doing this to obtain the transitive fps.
1 parent 6cc6878 commit e77f791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_fingerprints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def main(turns, repetitions, transitive_turns, transitive_repetitions):
241241
name = player.original_name
242242
signature = hash_strategy(player)
243243
if name not in db or db[name] != signature:
244-
obtain_fingerprint(player, turns, repetitions)
244+
# obtain_fingerprint(player, turns, repetitions)
245245
write_strategy_to_db(player)
246246
markdown += write_markdown(player)
247247

0 commit comments

Comments
 (0)