summaryrefslogtreecommitdiff
path: root/tradey.py
diff options
context:
space:
mode:
Diffstat (limited to 'tradey.py')
-rw-r--r--tradey.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tradey.py b/tradey.py
index bdeb52d..e30cbc4 100644
--- a/tradey.py
+++ b/tradey.py
@@ -177,6 +177,7 @@ class DelistedTree(ItemTree):
user.set("itemId", str(item_id))
user.set("amount", str(amount))
user.set("uid", str(self.getId()))
+ self.save()
def saveData(commitmessage = "commit"):
# This assumes the current working directory is the tradey directory.