mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
Change comment line in all examples/folder demos.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# python -c "from examples.rest.claim_position import *"
|
||||
# python -c "import examples.rest.claim_position"
|
||||
|
||||
import os
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "from examples.rest.create_funding_offer import *"
|
||||
# python -c "import examples.rest.create_funding_offer"
|
||||
|
||||
import os
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "from examples.rest.create_order import *"
|
||||
# python -c "import examples.rest.create_order"
|
||||
|
||||
import os
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "from examples.rest.extra_calcs import *"
|
||||
# python -c "import examples.rest.extra_calcs"
|
||||
|
||||
from bfxapi.client import Client, Constants
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "from examples.rest.get_authenticated_data import *"
|
||||
# python -c "import examples.rest.get_authenticated_data"
|
||||
|
||||
import os
|
||||
import time
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "from examples.rest.get_candles_hist import *"
|
||||
# python -c "import examples.rest.get_candles_hist"
|
||||
|
||||
from bfxapi.client import Client, Constants
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "from examples.rest.get_liquidations import *"
|
||||
# python -c "import examples.rest.get_liquidations"
|
||||
|
||||
import time
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "from examples.rest.get_public_data import *"
|
||||
# python -c "import examples.rest.get_public_data"
|
||||
|
||||
import time
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "from examples.rest.get_pulse_data import *"
|
||||
# python -c "import examples.rest.get_pulse_data"
|
||||
|
||||
import time
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "from examples.rest.transfer_wallet import *"
|
||||
# python -c "import examples.rest.transfer_wallet"
|
||||
|
||||
import os
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "from examples.websocket.create_order import *"
|
||||
# python -c "import examples.websocket.create_order"
|
||||
|
||||
import os
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "from examples.websocket.order_book import *"
|
||||
# python -c "import examples.websocket.order_book"
|
||||
|
||||
from collections import OrderedDict
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "from examples.websocket.raw_order_book import *"
|
||||
# python -c "import examples.websocket.raw_order_book"
|
||||
|
||||
from collections import OrderedDict
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# python -c "from examples.websocket.ticker import *"
|
||||
# python -c "import examples.websocket.ticker"
|
||||
|
||||
from bfxapi import Client, Constants
|
||||
|
||||
|
||||
Reference in New Issue
Block a user