From ac924fa42010ad809386677366ed9cbf0ac6e516 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Mon, 30 Oct 2017 10:19:10 -0400 Subject: [PATCH] Fix json formatting --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 8e60cbf..3ec8b8f 100644 --- a/config.json.example +++ b/config.json.example @@ -15,7 +15,7 @@ "user_id_format": "@telegram_{}:DOMAIN.TLD", "db_url": "sqlite:///database.db", - "print_url_with_image": true + "print_url_with_image": true, "as_port": 5000 }