mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-09-01 18:20:14 +00:00
Format code
This commit is contained in:
parent
fd51bd872b
commit
6649117eeb
1 changed files with 5 additions and 2 deletions
|
@ -45,6 +45,7 @@ class Prop(OrderedDict):
|
|||
def get(self, key: str) -> str:
|
||||
return self[key]
|
||||
|
||||
|
||||
logging.captureWarnings(True)
|
||||
arch = sys.argv[1]
|
||||
|
||||
|
@ -121,6 +122,7 @@ if not download_dir.is_dir():
|
|||
|
||||
tmpdownlist = open(download_dir/tempScript, 'a')
|
||||
|
||||
|
||||
def send_req(i, v, out_file, out_file_name):
|
||||
out = session.post(
|
||||
'https://fe3.delivery.mp.microsoft.com/ClientWebService/client.asmx/secured',
|
||||
|
@ -136,6 +138,7 @@ def send_req(i, v, out_file, out_file_name):
|
|||
tmpdownlist.writelines(f' dir={download_dir}\n')
|
||||
tmpdownlist.writelines(f' out={out_file_name}\n')
|
||||
|
||||
|
||||
threads = []
|
||||
for filename, values in identities.items():
|
||||
if re.match(f"Microsoft\.UI\.Xaml\..*_{arch}_.*\.appx", filename):
|
||||
|
|
Loading…
Add table
Reference in a new issue