diff options
author | Dipesh Amin <yaypunkrock@gmail.com> | 2011-08-22 11:48:45 +0100 |
---|---|---|
committer | Dipesh Amin <yaypunkrock@gmail.com> | 2011-08-22 11:48:45 +0100 |
commit | 3bb4e2bd0100e353e6cffb92202e2d60c14c19a1 (patch) | |
tree | 1d3d8b787080cb29ad38ba67c0713044942741c4 | |
parent | 73691da56f541ea1730043d0e654d97414dcb92a (diff) | |
download | manamarket-3bb4e2bd0100e353e6cffb92202e2d60c14c19a1.tar.gz manamarket-3bb4e2bd0100e353e6cffb92202e2d60c14c19a1.tar.bz2 manamarket-3bb4e2bd0100e353e6cffb92202e2d60c14c19a1.tar.xz manamarket-3bb4e2bd0100e353e6cffb92202e2d60c14c19a1.zip |
tab error
-rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |