Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Feb 25, 2016
1 parent eff9ee7 commit 99d4275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exchangebots/strategies/basestrategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,4 @@ def orderPlaced(self, oid):
:param str oid: The order object id
"""
print("New Order. Please define `%s.orderFilled(%s)`" % (self.name, oid))
print("New Order. Please define `%s.orderPlaced(%s)`" % (self.name, oid))

0 comments on commit 99d4275

Please sign in to comment.