Oopsies I commited nonsense

This commit is contained in:
Alexandre Aubin 2022-08-04 17:19:23 +02:00
parent 08c3f20b5f
commit 4f08ac9613

View file

@ -299,8 +299,8 @@ def build_app_dict(app, infos):
timestamp = int(timestamp) timestamp = int(timestamp)
# Build the dict with all the infos # Build the dict with all the infos
if os.path.exists(open(this_app_cache + "/manifest.toml")): if os.path.exists(this_app_cache + "/manifest.toml"):
manifest = toml.load(open(this_app_cache + "/manifest.toml", _dict=OrderedDict)) manifest = toml.load(open(this_app_cache + "/manifest.toml"), _dict=OrderedDict)
else: else:
manifest = json.load(open(this_app_cache + "/manifest.json")) manifest = json.load(open(this_app_cache + "/manifest.json"))