]> git.parisson.com Git - telemeta.git/commitdiff
add debug fir add_marker
authoryomguy <yomguy@parisson.com>
Tue, 1 Feb 2011 13:43:05 +0000 (14:43 +0100)
committeryomguy <yomguy@parisson.com>
Tue, 1 Feb 2011 13:43:05 +0000 (14:43 +0100)
telemeta/web/base.py

index fa7393eae98a3100345172e303638c31c5eff809..2407adac8a1ea7d1afb3956f2c6b5d4918702f9d 100644 (file)
@@ -534,6 +534,7 @@ class WebView(object):
     @jsonrpc_method('telemeta.add_marker')
     def add_marker(request, marker):
         # marker must be a dict
+        print marker
         if isinstance(marker, dict):
             m = MediaItemMarker(item_id=marker['item_id']) 
             m.public_id = marker['public_id']