Skip to content

Commit

Permalink
Fixed sending manual plists
Browse files Browse the repository at this point in the history
  • Loading branch information
Eichhoernchen authored and Eichhoernchen committed Feb 13, 2012
1 parent 5d45105 commit 9e6e9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.py
Expand Up @@ -151,7 +151,7 @@ def send_object(self, obj):
self.__send_object(obj)

def send_plist(self, plist):
self.connection.plugin_lastAceId = obj['aceId']
self.connection.plugin_lastAceId = plist['aceId']
self.__send_plist(plist)

def complete_request(self, callbacks=None):
Expand Down

0 comments on commit 9e6e9fa

Please sign in to comment.