We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4580f0 commit ac73b13Copy full SHA for ac73b13
1 file changed
ubank.py
@@ -237,6 +237,7 @@ def __init__(self, name: str):
237
# Hard coded Build device meta string from app version and device name.
238
device_meta = json.dumps(
239
{
240
+ # TODO: update header versions
241
# Keep track with the latest version in case API blocks old versions: https://apps.apple.com/au/app/id1449543099.
242
"appVersion": "11.103.3",
243
"binaryVersion": "11.103.3",
0 commit comments