mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 15:17:28 +00:00
This commit is contained in:
parent
0877949a89
commit
dcce2cb95a
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
import logging
|
import logging
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
from logging import critical, debug, error, info, warning
|
||||||
from typing import List, Optional, Tuple
|
from typing import List, Optional, Tuple
|
||||||
|
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
@ -294,7 +295,7 @@ class cg_Crypto:
|
|||||||
"include_market_cap": "true",
|
"include_market_cap": "true",
|
||||||
},
|
},
|
||||||
):
|
):
|
||||||
print(resp)
|
debug(resp)
|
||||||
try:
|
try:
|
||||||
data = resp[coin.id]
|
data = resp[coin.id]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user