This commit is contained in:
dsyoon
2023-02-21 23:09:37 +09:00
parent 29790285d2
commit d33236e7c0

View File

@@ -32,7 +32,8 @@ class Bithumb_minute(HTS):
def __init__(self, RESOURCE_PATH, today):
super().__init__(RESOURCE_PATH)
self.slackBot = SlackBot()
self.stock_code = {"XRP": "리플"}
self.stock_code = {"XRP": "리플", "SOL": "솔라나", "TRX":"트론", "EOS": "이오스"}
self.RESOURCE_PATH = RESOURCE_PATH