From dca9b97bfeb297198978d55c536dde0681729b73 Mon Sep 17 00:00:00 2001
From: marvin <marvin@weiler.rocks>
Date: Sun, 6 Mar 2022 22:31:43 +0100
Subject: [PATCH] Fixed error in the config.json.default template

---
 config.json.defaut | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.json.defaut b/config.json.defaut
index e5cf1e7..9427633 100644
--- a/config.json.defaut
+++ b/config.json.defaut
@@ -1 +1 @@
-{ "webdriver_url" = "localhost:4444", "smtp_host":"","smtp_user":"","smtp_pass":"","smtp_from":"","filters":[],"recipients":[]}
+{ "webdriver_url":"localhost:4444", "smtp_host":"","smtp_user":"","smtp_pass":"","smtp_from":"","filters":[],"recipients":[]}
-- 
GitLab