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:
@@ -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:
|
||||
"""
|
||||
|
Reference in New Issue
Block a user