Skip to content

Commit

Permalink
Merge pull request #19 from Conceptron/main
Browse files Browse the repository at this point in the history
Fix unresolved merge conflict
  • Loading branch information
AdoNunes authored Apr 29, 2024
2 parents b4f797d + 1163499 commit 338fdea
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions DiscordAlertsTrader/brokerages/weBull_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,14 +261,8 @@ def send_order(self, new_order:dict):

order_response.update(ord_inf)
return order_response, order_id
<<<<<<< HEAD

@retry_on_exception(sleep=1)
=======


@retry_on_exception()
>>>>>>> 7e19c8c800b6edbbd1b24395c0d09b784f12946c
@retry_on_exception(sleep=1)
def cancel_order(self, order_id:int):
resp = self.session.cancel_order(order_id)
return resp
Expand Down

0 comments on commit 338fdea

Please sign in to comment.