Untitled
unknown
plain_text
3 years ago
610 B
20
Indexable
txt = "Example.com@ Ex.com:Expample:False:US:False:07/04/2022 18:49:29:[Disney Plus Monthly, DISNEY_PLUS, Disney Plus Monthly - US - Web, DISNEY_PLUS]:LAPSED:07/04/2022 18:50:27:07/04/2022 18:49:29" txt_list = txt.split(":") USR,PAS,Verify,Country,2fa,Expiry,expdateh1,m1.s1,Plan,Ptype,Lconnectionh2,m2,s2,NextRenh3,m3,s3 = txt_list print("""USR:PAS | Verified = {Verify} | Country = {Country} | 2FA = {2fa} | Expire = {Expiry} | Expiry Date = {expdateh1} {m2}.{s1} | Plan = {Plan} | Plan Type = {Ptype} | Last = {LConnectionh2}:{m2}.{s2} | Next Renewal = {NextRenh3}:{m2}.{s2}| Account By = *@Mr_Lpn* """)
Editor is loading...