diff --git a/bot.py b/bot.py index 1604c2e..0e162cc 100644 --- a/bot.py +++ b/bot.py @@ -165,4 +165,4 @@ while True: 'question': user.question } with open('users.json', 'w') as f: - json.dump(users_backup, f) \ No newline at end of file + json.dump(users_backup, f, indent=' ') \ No newline at end of file