Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taproject.py
diff options
context:
space:
mode:
Diffstat (limited to 'taproject.py')
-rw-r--r--taproject.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/taproject.py b/taproject.py
index c0c5c69..38ee5fa 100644
--- a/taproject.py
+++ b/taproject.py
@@ -73,6 +73,7 @@ def load_files(tw,ta_file, png_file=''):
# print "reading saved json data"
f.seek(0) # rewind necessary because of pickle.load
text = f.read()
+ # print text
io = StringIO(text)
listdata = jload(io)
print listdata