From 1eac44098812194df637204d3de446ee57f87ac9 Mon Sep 17 00:00:00 2001 From: PinLin Date: Sat, 23 Sep 2017 17:50:51 +0800 Subject: [PATCH] reduce indent space --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 3d27316..1adcc9c 100644 --- a/bot.py +++ b/bot.py @@ -147,7 +147,7 @@ def backup_db(): 'question': user.question } with open('users.json', 'w') as f: - json.dump(users_backup, f, indent=' ') + json.dump(users_backup, f, indent=' ') def restore_db(): with open('users.json', 'r') as f: