Mask sensitive account information
This commit is contained in:
parent
040b82945b
commit
c82d11ff4b
2
main.py
2
main.py
@ -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'
|
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)}')
|
print(f'账号数量:{len(accounts)}')
|
||||||
successful = 0
|
successful = 0
|
||||||
count = 0
|
count = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user