diff options
author | Dipesh Amin <yaypunkrock@gmail.com> | 2011-08-22 11:59:51 +0100 |
---|---|---|
committer | Dipesh Amin <yaypunkrock@gmail.com> | 2011-08-22 11:59:51 +0100 |
commit | b9e937fa64f05670f590d7bfc67d537e4834f0ab (patch) | |
tree | f6c1ae24e03b93de33bacce46729d1b26c228664 | |
parent | 3bb4e2bd0100e353e6cffb92202e2d60c14c19a1 (diff) | |
download | manamarket-b9e937fa64f05670f590d7bfc67d537e4834f0ab.tar.gz manamarket-b9e937fa64f05670f590d7bfc67d537e4834f0ab.tar.bz2 manamarket-b9e937fa64f05670f590d7bfc67d537e4834f0ab.tar.xz manamarket-b9e937fa64f05670f590d7bfc67d537e4834f0ab.zip |
Revert "tab error"
This reverts commit 3bb4e2bd0100e353e6cffb92202e2d60c14c19a1.
-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 \ |