From 15c52ab3847732953772aed15fcdc09a2d97aa9c Mon Sep 17 00:00:00 2001 From: yamat0jp Date: Wed, 12 Sep 2018 17:47:17 +0900 Subject: [PATCH] collection names --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 5a5ccfe..8f2fe7b 100644 --- a/bot.py +++ b/bot.py @@ -54,7 +54,7 @@ class WebHookHandler(tornado.web.RequestHandler): def help(self): s = '-*-database names-*-\n' - for x in self.database.collection_names(include_system_collections=False): + for x in self.database.collection_names(include_system_collections=True): s += x+'\n' return s -- 2.11.0