Skip to content

Commit

Permalink
Fixed DummyFD (unexpected keyword argument error)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Aug 18, 2014
1 parent 0f24081 commit 28f3b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trade.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class DummyMFD(object):
def __init__(self):
pass

def update(self, *args):
def update(self, *args, **kwargs):
pass

def finish(self):
Expand Down

0 comments on commit 28f3b72

Please sign in to comment.