mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
setting flathub remote if it is not set (#18)
This commit is contained in:
@@ -17,6 +17,7 @@ class FlatpakManager:
|
||||
self.http_session = requests.Session()
|
||||
self.lock_read = Lock()
|
||||
self.async_data_loader = FlatpakAsyncDataLoaderManager(api_cache=self.api_cache)
|
||||
flatpak.set_default_remotes()
|
||||
|
||||
def _map_to_model(self, app: dict) -> FlatpakApplication:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user