Changeset - b57e09e4fe1c
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 10 years ago 2015-06-14 17:30:00
drewp@bigasterisk.com
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/subcomposer/subcomposerweb.py
Show inline comments
 
@@ -19,7 +19,6 @@ def init(graph, session, currentSub):
 
class Toggle(PrettyErrorHandler, cyclone.web.RequestHandler):
 
    def post(self):
 
        chan = URIRef(self.get_argument('chan'))
 
        log.info("toggle %r", chan)
 
        sub = self.settings.currentSub()
 
        
 
        chanKey = Literal(chan.rsplit('/', 1)[1])
0 comments (0 inline, 0 general)