Skip to content

Commit

Permalink
feat(main): 테더 프리미엄 계산 함수 인자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kyo-young committed Jan 10, 2025
1 parent 89f0081 commit 720109d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
access_token = os.environ["MY_GITHUB_TOKEN"]
slack_token = os.environ["SLACK_TOKEN"]
body = bull_market("KRW-BTC")
tether_premium_message = get_tether_premium("KRW-USDT")
tether_premium_message = get_tether_premium()
post_message(slack_token, "#알람", body + "\n" + tether_premium_message)

0 comments on commit 720109d

Please sign in to comment.