Skip to content

Commit

Permalink
Fix call method.
Browse files Browse the repository at this point in the history
  • Loading branch information
prekageo committed Aug 24, 2012
1 parent f841146 commit 765480b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtmp_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def call(self, proc_name, parameters = {}, trans_id = 0):
'msg': DataTypes.COMMAND,
'command':
[
u'call',
proc_name,
trans_id,
parameters
]
Expand Down

0 comments on commit 765480b

Please sign in to comment.