summaryrefslogtreecommitdiff
path: root/gstudio/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/models.py')
-rw-r--r--gstudio/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gstudio/models.py b/gstudio/models.py
index cd529c4..98ff1be 100644
--- a/gstudio/models.py
+++ b/gstudio/models.py
@@ -952,7 +952,7 @@ class Nodetype(Node):
g_json["relations"].append({"from":self.id ,"type":str(key),"value":1,"to":predicate_id[key] })
- if not isinstance(nbh[key],basestring) and len(nbh[key])<=2:
+ if not isinstance(nbh[key],basestring) and len(nbh[key])<=10:
for item in nbh[key]:
if isinstance(item,unicode):
g_json["node_metadata"].append({"_id":(str(attr_counter)+"b"),"screen_name":str(item)})