This commit is contained in:
deathbybandaid 2023-01-06 19:07:36 -05:00
parent f023810dd6
commit 4981c0b925

View File

@ -94,7 +94,9 @@ def main():
payload = {
"data": {
"string": arr_file_path
"string": arr_file_path,
"lessThanGB": 9999,
"greaterThanGB": 0
}
}
headers = {"content-type": "application/json"}