Update get_mihoyo_bbs_coin.py

This commit is contained in:
Zoe新小白白白 2022-03-09 09:05:24 +08:00 committed by GitHub
parent 9d1716b82d
commit fd0a04e052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ import string
from httpx import AsyncClient
from .get_data import old_version_get_ds_token,random_hex
from get_data import old_version_get_ds_token,random_hex
Today_getcoins = 0
Today_have_getcoins = 0 # 这个变量以后可能会用上,先留着了
@ -235,4 +235,4 @@ class mihoyobbs_coin:
return "已完成分享任务~获得10米游币~"
else:
time.sleep(random.randint(2, 8))
time.sleep(random.randint(2, 8))
time.sleep(random.randint(2, 8))