Browse Source

Don't default http_enabled to true

pull/34/head
andrei 8 years ago
parent
commit
eea94e1a8d
  1. 2
      disco/bot/bot.py

2
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

Loading…
Cancel
Save