From 8d842eb04314eede6eb06f0b26e66399cfac7dd1 Mon Sep 17 00:00:00 2001 From: Ryunaq Date: Wed, 14 Jun 2017 11:30:48 -0500 Subject: [PATCH] [modules/getcrypto] Get crypto prices module Extremely niche module that will probably never be used for getting the price of BTC, ETH and/or LTC from Kraken. --- bumblebee/modules/getcrypto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bumblebee/modules/getcrypto.py b/bumblebee/modules/getcrypto.py index d87bef0..f0aab90 100644 --- a/bumblebee/modules/getcrypto.py +++ b/bumblebee/modules/getcrypto.py @@ -6,7 +6,7 @@ Requires the following python packages: * requests Parameters: - * getcrypto.interval: Interval in seconds for updating the price, default is 60, less than that will get your IP banned. + * getcrypto.interval: Interval in seconds for updating the price, default is 120, less than that will probably get your IP banned. * getcrypto.getbtc: 0 for not getting price of BTC, 1 for getting it (default). * getcrypto.geteth: 0 for not getting price of ETH, 1 for getting it (default). * getcrypto.getltc: 0 for not getting price of LTC, 1 for getting it (default).