Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmisc/aslo-sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/aslo-sync b/misc/aslo-sync
index 6e90f6d..0166061 100755
--- a/misc/aslo-sync
+++ b/misc/aslo-sync
@@ -267,7 +267,7 @@ class Application(application.Application):
def sync_context(self, addon_id, bundle_id):
if not self.volume['context'].exists(bundle_id):
self.volume['context'].create(guid=bundle_id, type='activity',
- implement=bundle_id, title='', summary='', description='',
+ implement=bundle_id, title={}, summary={}, description={},
user=['aslo'], layer=['public'], ctime=0, mtime=0)
created, modified, title, summary, description, homepage, name = \