We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7105a35 + bc1f415 commit 3358b4dCopy full SHA for 3358b4d
1 file changed
info_performance/rank_api_caller.py
@@ -8,7 +8,7 @@
8
9
class RankCaller:
10
def __init__(self):
11
- self.service_key = '5d8e9c530c12433397b94fc06931bed2' # os.environ['KOPIS_SERVICE_KEY']
+ self.service_key = os.environ['KOPIS_SERVICE_KEY']
12
13
def get_rank(self):
14
yesterday = (datetime.now(timezone('Asia/Seoul')).date() - timedelta(1)).strftime("%Y%m%d")
0 commit comments