3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-04 18:38:47 +02:00

Spinach: add missing comma

This commit is contained in:
Pragmatic Software 2019-05-17 08:46:20 -07:00
parent 2dc78f7383
commit 8ca11c808b

View File

@ -197,7 +197,7 @@ sub load_metadata {
seen_expiry => 432000,
min_difficulty => 0,
max_difficulty => 25000,
max_missed_inputs => 3
max_missed_inputs => 3,
debug_state => 0,
};