1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-08-02 11:31:29 +00:00

Fix logging

This commit is contained in:
2023-04-09 12:32:12 -06:00
parent bf4b3032f1
commit 45a590a4a9
6 changed files with 40 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
import logging as log
import logging
from typing import List
import pandas as pd
@@ -8,6 +8,8 @@ from markdownify import markdownify
from Symbol import Coin
log = logging.getLogger(__name__)
class cg_Crypto:
"""