From eea94e1a8d4cb608fdea6bb4b27da9cbb42d7327 Mon Sep 17 00:00:00 2001 From: andrei Date: Fri, 16 Jun 2017 17:51:24 -0700 Subject: [PATCH] Don't default http_enabled to true --- disco/bot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disco/bot/bot.py b/disco/bot/bot.py index 3354494..cbf53bb 100644 --- a/disco/bot/bot.py +++ b/disco/bot/bot.py @@ -99,7 +99,7 @@ class BotConfig(Config): storage_serializer = 'json' storage_path = 'storage.json' - http_enabled = True + http_enabled = False http_host = '0.0.0.0' http_port = 7575