This commit is contained in:
dsyoon
2023-04-18 21:37:08 +09:00
parent 626ce7c6dd
commit 5c40aefcd9

View File

@@ -60,4 +60,4 @@ if __name__ == "__main__":
count = 2
slackBot = SlackBot()
slackBot.post_to_slack(this_time, stock_code, stock_name, type, price, count)
slackBot.post_to_slack(stock_code, stock_name, type, price, count)