Mask sensitive account information

This commit is contained in:
Anyexyz 2023-12-18 09:53:10 +00:00
parent 040b82945b
commit c82d11ff4b

View File

@ -5,7 +5,7 @@ from study import study
ua = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'
accounts=[('16634486740', 'Anye20031003')]
accounts=[('*********', '*********')]
print(f'账号数量:{len(accounts)}')
successful = 0
count = 0