Skip to content

Commit

Permalink
[Community] Log owned packages
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Nov 28, 2024
1 parent d194b9c commit 5d001a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octobot/community/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ async def fetch_private_data(self, reset=False):
)
self.successfully_fetched_tentacles_package_urls = True
self.user_account.owned_packages = packages
self.logger.debug(f"Account extension packages: {', '.join(packages) if packages else packages}")
self.save_installed_package_urls(package_urls)
has_tentacles_to_install = \
await community_tentacles_packages.has_tentacles_to_install_and_uninstall_tentacles_if_necessary(
Expand Down

0 comments on commit 5d001a5

Please sign in to comment.