mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
c2832136aa
commit
b9b4944285
4 changed files with 233 additions and 226 deletions
|
|
@ -4,9 +4,9 @@ import _baplus
|
|||
import babase
|
||||
|
||||
|
||||
|
||||
original_get_purchased = _baplus.get_purchased
|
||||
|
||||
|
||||
def get_purchased(item):
|
||||
if item.startswith('characters.') or item.startswith('icons.'):
|
||||
return original_get_purchased(item)
|
||||
|
|
@ -18,4 +18,3 @@ class Unlock(babase.Plugin):
|
|||
def on_app_running(self):
|
||||
babase.app.classic.accounts.have_pro = lambda: True
|
||||
_baplus.get_purchased = get_purchased
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue