mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
[ci] auto-format
This commit is contained in:
parent
c602f963b1
commit
051d54bdc7
1 changed files with 4 additions and 2 deletions
|
|
@ -1444,6 +1444,7 @@ class PluginWindow(popup.PopupWindow):
|
|||
await self.plugin.update()
|
||||
bui.getsound('shieldUp').play()
|
||||
|
||||
|
||||
class PluginManager:
|
||||
def __init__(self):
|
||||
self.request_headers = HEADERS
|
||||
|
|
@ -1626,6 +1627,7 @@ class PluginManager:
|
|||
async def soft_refresh(self):
|
||||
pass
|
||||
|
||||
|
||||
class PluginCustomSourcesWindow(popup.PopupWindow):
|
||||
def __init__(self, origin_widget):
|
||||
self.selected_source = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue