@@ -20,7 +20,7 @@
20
21
DEFAULT_KEY_PREFIX = 'is-bitcoin-lit'
22
SENTIMENT_API_URL = 'https://api.senticrypt.com/v1/bitcoin.json'
23
-TWO_MINUTES = 60 * 60
+TWO_MINUTES = 60 + 60
24
HOURLY_BUCKET = '3600000'
25
26
BitcoinSentiments = List[Dict[str, Union[str, float]]]
0 commit comments