Update YLXL.py

This commit is contained in:
CHERWING 2024-05-23 02:32:33 +08:00 committed by GitHub
parent 8312553e59
commit 48e0a8c80d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,9 +131,9 @@ class RUN:
point = response.get('data') point = response.get('data')
print(f'{act_name}成功!✅') print(f'{act_name}成功!✅')
if END: if END:
Log(f'当前积分:【{point}') Log(f'执行后积分:【{data}')
else: else:
Log(f'执行后积分:【{point}') Log(f'当前积分:【{data}')
return True return True
else: else:
print(response) print(response)