UzJu 1664e0c259 Update conf.py
修复fake_useragent库报错的问题,并更新变量名
2022-03-06 17:00:09 +08:00

24 lines
645 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/python3.8.4 (python版本)
# -*- coding: utf-8 -*-
# @Author : UzJu@菜菜狗
# @Email : UzJuer@163.com
# @Software: PyCharm
# @Time : 2022/2/28 5:18 PM
# @File : conf.py
# from fake_useragent import UserAgent
# UA = UserAgent(use_cache_server=False)
# headers = {
# "UserAgent": UA.random
# }
"""
2022年3月6日 16:55
部分用户反馈该库存在报错的问题,故此目前删除该库
最开始使用该库是因为想用HTTP的方式实现功能所以使用了fake_useragent
现在实现的方式是直接调SDK所以不需要这个Fake_useragent了
"""
AliyunAccessKey_ID = ""
AliyunAccessKey_Secret = ""