From f2c66d5930646d7efea74a1693481827cfea18e6 Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Thu, 1 Sep 2011 14:48:31 +0200 Subject: replace tabs by spaces --- player.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/player.py b/player.py index 5501bba..92dca6b 100644 --- a/player.py +++ b/player.py @@ -53,10 +53,10 @@ class Player: break if not item_found: - return "Server and client inventory out of sync." + return "Server and client inventory out of sync." total_money = 0 - for user in user_tree.root: + for user in user_tree.root: total_money += int(user.get('money')) if total_money > self.MONEY: -- cgit v1.2.3-70-g09d2