summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDipesh Amin <yaypunkrock@gmail.com>2011-08-22 11:59:51 +0100
committerDipesh Amin <yaypunkrock@gmail.com>2011-08-22 11:59:51 +0100
commitb9e937fa64f05670f590d7bfc67d537e4834f0ab (patch)
treef6c1ae24e03b93de33bacce46729d1b26c228664
parent3bb4e2bd0100e353e6cffb92202e2d60c14c19a1 (diff)
downloadmanamarket-b9e937fa64f05670f590d7bfc67d537e4834f0ab.tar.gz
manamarket-b9e937fa64f05670f590d7bfc67d537e4834f0ab.tar.bz2
manamarket-b9e937fa64f05670f590d7bfc67d537e4834f0ab.tar.xz
manamarket-b9e937fa64f05670f590d7bfc67d537e4834f0ab.zip
Revert "tab error"
This reverts commit 3bb4e2bd0100e353e6cffb92202e2d60c14c19a1.
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index cc243ca..8659967 100755
--- a/main.py
+++ b/main.py
@@ -805,7 +805,7 @@ def main():
# Check the inventory state and the amount of money match the information saved.
amount = -1
test_node = player_node.inventory
- for item in test_node:
+ for item in test_node:
amount = test_node[item].amount
for elem in sale_tree.root:
if int(elem.get('itemId')) == test_node[item].itemId \