This commit is contained in:
dsyoon
2023-04-23 18:24:20 +09:00

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)