mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-26 12:48:36 -06:00
fix: NoneType error
This commit is contained in:
parent
8e126d4d45
commit
3858faf970
1 changed files with 7 additions and 6 deletions
|
@ -125,6 +125,7 @@ def get_apks(appstate):
|
||||||
hard_version = False
|
hard_version = False
|
||||||
compatible_vers = []
|
compatible_vers = []
|
||||||
for patch in patches:
|
for patch in patches:
|
||||||
|
if patch['compatiblePackages'] is not None:
|
||||||
for pkg in patch['compatiblePackages']:
|
for pkg in patch['compatiblePackages']:
|
||||||
if pkg['name'] == apk:
|
if pkg['name'] == apk:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue