Fix ferret function
This commit is contained in:
parent
424bb6dcc6
commit
cbbb3b6bb3
26
trifling.py
26
trifling.py
|
@ -370,20 +370,20 @@ def asp(bot, trigger):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
r=requests.get(polourl)
|
r=requests.get(polourl)
|
||||||
j=r.json()
|
j=r.json()
|
||||||
except:
|
except:
|
||||||
bot.say("Error connecting to Poloniex")
|
bot.say("Error connecting to Poloniex")
|
||||||
|
|
||||||
label_dash="BTC_DASH"
|
label_dash="BTC_DASH"
|
||||||
label_decred="BTC_DCR"
|
label_decred="BTC_DCR"
|
||||||
label_factom="BTC_FCT"
|
label_factom="BTC_FCT"
|
||||||
label_golem="BTC_GNT"
|
label_golem="BTC_GNT"
|
||||||
label_maidsafecoin="BTC_MAID"
|
label_maidsafecoin="BTC_MAID"
|
||||||
label_augur="BTC_REP"
|
label_augur="BTC_REP"
|
||||||
label_stellar="BTC_STR"
|
label_stellar="BTC_STR"
|
||||||
label_nem="BTC_XEM"
|
label_nem="BTC_XEM"
|
||||||
label_ripple="BTC_XRP"
|
label_ripple="BTC_XRP"
|
||||||
label_zcash="BTC_ZEC"
|
label_zcash="BTC_ZEC"
|
||||||
|
|
||||||
# Bitstamp
|
# Bitstamp
|
||||||
try:
|
try:
|
||||||
|
|
BIN
trifling.pyc
BIN
trifling.pyc
Binary file not shown.
Loading…
Reference in New Issue