From 1101872f5cea5c557fd1510e7ea216fca3b834e2 Mon Sep 17 00:00:00 2001 From: Alexander Blair Date: Sun, 12 Feb 2017 15:09:04 -0800 Subject: [PATCH] Missed an identifier. --- sql_sync/config_entries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql_sync/config_entries.json b/sql_sync/config_entries.json index b9da6c4..56220ff 100644 --- a/sql_sync/config_entries.json +++ b/sql_sync/config_entries.json @@ -515,7 +515,7 @@ "id": 70, "module": "email", "item": "workerNotHashingBody", - "item_value": "Hello,\n\nYour worker: %(worker)s has stopped submitting hashes at: %(timestamp)s UTC\n\nThank you,\n%(poolEmailSig)", + "item_value": "Hello,\n\nYour worker: %(worker)s has stopped submitting hashes at: %(timestamp)s UTC\n\nThank you,\n%(poolEmailSig)s", "item_type": "string", "Item_desc": "Email sent to the miner when their worker stops hashing" },