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, 1 insertions, 1 deletions
diff --git a/taexporthtml.py b/taexporthtml.py
index 5deb360..f2fce3b 100644
--- a/taexporthtml.py
+++ b/taexporthtml.py
@@ -246,7 +246,7 @@ src=\"data:image/png;base64,\n", " \"/>\n")
if slidecount == 0:
# save a screen dump instead
filename = os.path.join(datapath, 'image.png')
- tawindow.save_pict(self.tw,filename)
+ tawindow.save_pict(tw,filename)
# if the embed flag is True
# embed base64 into the html
if embed_flag == True: