Skip to content

Commit

Permalink
Merge pull request #1371 from wqh0109663/patch-1
Browse files Browse the repository at this point in the history
Update websockets.rst
  • Loading branch information
Sam McHardy authored Aug 14, 2024
2 parents 5c4f635 + dd217f3 commit b7dfebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/websockets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ To keep the ThreadedWebsocketManager running, use `join()` to join it to the mai
from binance import ThreadedWebsocketManager
api_key = '<api_key'>
api_secret = '<api_secret'>
api_key = '<api_key>'
api_secret = '<api_secret>'
def main():
Expand Down

0 comments on commit b7dfebc

Please sign in to comment.