Mercurial > code > home > repos > light9
diff bin/subserver @ 1384:6fd81bd4b4a7
song has 25 demo notes. drop Class from EffectClass
Ignore-this: 4e4d40112829b2a46a0ec76145ed80ef
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 09 Jun 2016 05:16:29 +0000 |
parents | fac1c49da30c |
children | a5a44077c54c |
line wrap: on
line diff
--- a/bin/subserver Thu Jun 09 05:15:16 2016 +0000 +++ b/bin/subserver Thu Jun 09 05:16:29 2016 +0000 @@ -50,7 +50,7 @@ return graph = self.settings.graph classes = [] - for e in graph.subjects(RDF.type, L9['EffectClass']): + for e in graph.subjects(RDF.type, L9['Effect']): classes.append({'uri': e, 'label': graph.label(e), 'code': graph.value(e, L9['code'])})