Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArtActivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArtActivity.py')
-rw-r--r--TurtleArtActivity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/TurtleArtActivity.py b/TurtleArtActivity.py
index e7f3387..355c44c 100644
--- a/TurtleArtActivity.py
+++ b/TurtleArtActivity.py
@@ -102,7 +102,7 @@ class TurtleArtActivity(activity.Activity):
embed_flag = True
# grab code from stacks
- html = save_html(self,self.tw, embed_flag)
+ html = save_html(self, self.tw, embed_flag)
if len(html) == 0:
return
@@ -166,7 +166,7 @@ class TurtleArtActivity(activity.Activity):
dsobject.metadata['mime_type'] = 'text/plain'
dsobject.metadata['icon-color'] = profile.get_color().to_string()
- # save the html code to the instance directory
+ # save the Logo code to the instance directory
datapath = get_path(activity, 'instance')
# Write the file to the data directory of this activity's root.