File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ To start programming with Bitvavo SDK for Python you need:
5555 import json
5656 import time
5757
58- # Use this class to connect to Bitvavo and make your first calls
58+ # Use this class to connect to Bitvavo and make your first calls.
5959 # Add workflows to implement your business logic.
6060 class bitvavo_implementation:
6161 api_key = "<Replace with your your API key from Bitvavo Dashboard>"
@@ -77,8 +77,8 @@ To start programming with Bitvavo SDK for Python you need:
7777 print("Errors:", json.dumps(error, indent=2))
7878
7979 # Retrieve the data you need from Bitvavo in order to implement your
80- # Trading logic. Use multiple workflows to return data to your
81- # Callbacks
80+ # trading logic. Use multiple workflows to return data to your
81+ # callbacks
8282 def a_workflow(self):
8383 self.bitvavo_socket.time(self.a_workflow_callback)
8484 self.bitvavo_socket.markets({}, self.a_workflow_callback)
You can’t perform that action at this time.
0 commit comments