mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 22:34:21 +01:00
Fix comment on top of examples in both examples.rest.auth and examples.websocket.auth.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# python -c "import examples.rest.authenticated.claim_position"
|
||||
# python -c "import examples.rest.auth.claim_position"
|
||||
|
||||
import os
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "import examples.rest.authenticated.get_wallets"
|
||||
# python -c "import examples.rest.auth.get_wallets"
|
||||
|
||||
import os
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "import examples.rest.authenticated.set_derivatives_position_collateral"
|
||||
# python -c "import examples.rest.auth.set_derivatives_position_collateral"
|
||||
|
||||
import os
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "import examples.rest.authenticated.submit_funding_offer"
|
||||
# python -c "import examples.rest.auth.submit_funding_offer"
|
||||
|
||||
import os
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "import examples.rest.authenticated.submit_order"
|
||||
# python -c "import examples.rest.auth.submit_order"
|
||||
|
||||
import os
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "import examples.rest.authenticated.toggle_keep_funding"
|
||||
# python -c "import examples.rest.auth.toggle_keep_funding"
|
||||
|
||||
import os
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "import examples.websocket.authenticated.submit_order"
|
||||
# python -c "import examples.websocket.auth.submit_order"
|
||||
|
||||
import os
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "import examples.websocket.authenticated.wallets"
|
||||
# python -c "import examples.websocket.auth.wallets"
|
||||
|
||||
import os
|
||||
|
||||
|
||||
Reference in New Issue
Block a user