Change comment line in all examples/folder demos.

This commit is contained in:
Davide Casale
2023-01-25 18:33:27 +01:00
parent 0278825d35
commit 05827ff5d1
14 changed files with 14 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
# python -c "from examples.rest.claim_position import *" # python -c "import examples.rest.claim_position"
import os import os

View File

@@ -1,4 +1,4 @@
# python -c "from examples.rest.create_funding_offer import *" # python -c "import examples.rest.create_funding_offer"
import os import os

View File

@@ -1,4 +1,4 @@
# python -c "from examples.rest.create_order import *" # python -c "import examples.rest.create_order"
import os import os

View File

@@ -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 from bfxapi.client import Client, Constants

View File

@@ -1,4 +1,4 @@
# python -c "from examples.rest.get_authenticated_data import *" # python -c "import examples.rest.get_authenticated_data"
import os import os
import time import time

View File

@@ -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 from bfxapi.client import Client, Constants

View File

@@ -1,4 +1,4 @@
# python -c "from examples.rest.get_liquidations import *" # python -c "import examples.rest.get_liquidations"
import time import time

View File

@@ -1,4 +1,4 @@
# python -c "from examples.rest.get_public_data import *" # python -c "import examples.rest.get_public_data"
import time import time

View File

@@ -1,4 +1,4 @@
# python -c "from examples.rest.get_pulse_data import *" # python -c "import examples.rest.get_pulse_data"
import time import time

View File

@@ -1,4 +1,4 @@
# python -c "from examples.rest.transfer_wallet import *" # python -c "import examples.rest.transfer_wallet"
import os import os

View File

@@ -1,4 +1,4 @@
# python -c "from examples.websocket.create_order import *" # python -c "import examples.websocket.create_order"
import os import os

View File

@@ -1,4 +1,4 @@
# python -c "from examples.websocket.order_book import *" # python -c "import examples.websocket.order_book"
from collections import OrderedDict from collections import OrderedDict

View File

@@ -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 from collections import OrderedDict

View File

@@ -1,4 +1,4 @@
# python -c "from examples.websocket.ticker import *" # python -c "import examples.websocket.ticker"
from bfxapi import Client, Constants from bfxapi import Client, Constants