更改显示比例增加发视频等待时间
This commit is contained in:
6
const.py
6
const.py
@@ -1,4 +1,5 @@
|
||||
import os
|
||||
|
||||
BASE_PATH = os.path.dirname(__file__)
|
||||
SAFE = '!'
|
||||
MIMETYPE = {
|
||||
@@ -11,7 +12,6 @@ MIMETYPE = {
|
||||
|
||||
PIC_TYPE = ('image/jpeg', 'image/png')
|
||||
|
||||
|
||||
ELEMENT = {
|
||||
}
|
||||
|
||||
@@ -26,6 +26,8 @@ PROXY_HOST = 'http://proxy.ipipgo.com:31212'
|
||||
PROXY_USER = 'customer-94620c-country-US'
|
||||
PROXY_PASS = '4ea715cd'
|
||||
|
||||
|
||||
api_key = "adf0d1fc9c9313b7f87c18bf9caef01d"
|
||||
api_url = "http://local.adspower.net:50325"
|
||||
|
||||
# 显示缩放比例 1为100%
|
||||
DISPLAY_SCALE = 0.7
|
||||
|
||||
Reference in New Issue
Block a user