From 1664e0c2594e90eebb606378a0c4551577e1e8d7 Mon Sep 17 00:00:00 2001 From: UzJu <50813806+UzJu@users.noreply.github.com> Date: Sun, 6 Mar 2022 17:00:09 +0800 Subject: [PATCH] Update conf.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复fake_useragent库报错的问题,并更新变量名 --- config/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/conf.py b/config/conf.py index ac86dca..b31ba90 100644 --- a/config/conf.py +++ b/config/conf.py @@ -19,5 +19,5 @@ 现在实现的方式是直接调SDK所以不需要这个Fake_useragent了 """ -AK = "" -SECRET = "" +AliyunAccessKey_ID = "" +AliyunAccessKey_Secret = ""