Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taexporthtml.py
diff options
context:
space:
mode:
Diffstat (limited to 'taexporthtml.py')
-rw-r--r--taexporthtml.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/taexporthtml.py b/taexporthtml.py
index dc18174..f0f49ae 100644
--- a/taexporthtml.py
+++ b/taexporthtml.py
@@ -78,6 +78,8 @@ charset=UTF-8\">\n", ""),
show = 0
tp1, tp2, tp3, tp8, tp6, tp7 = 0,0,0,0,0,0
for d in data:
+ if type(d) == type((1,2)):
+ (d,b) = d
if type(d) is float or type(d) is int:
d = str(d) # convert floats and ints to strings
# transalate some Turtle Art blocks into HTML