Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model.py
diff options
context:
space:
mode:
Diffstat (limited to 'model.py')
-rw-r--r--model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/model.py b/model.py
index ddfacbc..4861e65 100644
--- a/model.py
+++ b/model.py
@@ -330,7 +330,7 @@ class Model(object):
# Saves the zip in datastore
gameObject = datastore.create()
gameObject.metadata['title'] = title
- gameObject.metadata['mime_type'] = 'application/memorizegame'
+ gameObject.metadata['mime_type'] = 'application/x-memorize-project'
gameObject.metadata['icon-color'] = color
gameObject.file_path = path
datastore.write(gameObject)