Skip to content

Commit 3358b4d

Browse files
authored
Merge pull request #12 from Project-Ticketaka/feature/operation
Modify: Service Key 환경변수 처리
2 parents 7105a35 + bc1f415 commit 3358b4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

info_performance/rank_api_caller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class RankCaller:
1010
def __init__(self):
11-
self.service_key = '5d8e9c530c12433397b94fc06931bed2' # os.environ['KOPIS_SERVICE_KEY']
11+
self.service_key = os.environ['KOPIS_SERVICE_KEY']
1212

1313
def get_rank(self):
1414
yesterday = (datetime.now(timezone('Asia/Seoul')).date() - timedelta(1)).strftime("%Y%m%d")

0 commit comments

Comments
 (0)