Oopsies I commited nonsense
This commit is contained in:
parent
0341bcdf8f
commit
6e50a3e1c2
@ -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"))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user