summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDipesh Amin <yaypunkrock@gmail.com>2011-08-22 11:48:45 +0100
committerDipesh Amin <yaypunkrock@gmail.com>2011-08-22 11:48:45 +0100
commit3bb4e2bd0100e353e6cffb92202e2d60c14c19a1 (patch)
tree1d3d8b787080cb29ad38ba67c0713044942741c4
parent73691da56f541ea1730043d0e654d97414dcb92a (diff)
downloadmanamarket-3bb4e2bd0100e353e6cffb92202e2d60c14c19a1.tar.gz
manamarket-3bb4e2bd0100e353e6cffb92202e2d60c14c19a1.tar.bz2
manamarket-3bb4e2bd0100e353e6cffb92202e2d60c14c19a1.tar.xz
manamarket-3bb4e2bd0100e353e6cffb92202e2d60c14c19a1.zip
tab error
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 8659967..cc243ca 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 \