some 'paid apps' don't have AddonPremium objects
This commit is contained in:
Родитель
4508094b77
Коммит
cc9ee51407
|
@ -577,6 +577,7 @@ class Webapp(Addon):
|
|||
if self.premium:
|
||||
ids = [p['region'] for p in self.premium.price.prices()]
|
||||
return sorted(set(ids))
|
||||
return set()
|
||||
|
||||
def get_regions(self):
|
||||
"""
|
||||
|
|
Загрузка…
Ссылка в новой задаче