data['slivers'] should be a list even though there will only be 1 element in the...
[sfa.git] / sfa / methods / get_ticket.py
index 1c7ed63..f96fe81 100644 (file)
@@ -86,7 +86,7 @@ class get_ticket(Method):
         data = {
             'timestamp': int(time.time()),
             'initscripts': initscripts,
-            'slivers': sliver 
+            'slivers': [sliver] 
         }
 
         new_ticket.set_attributes(data)