Skip to content

Commit

Permalink
Merge pull request #2815 from Drakkar-Software/dev
Browse files Browse the repository at this point in the history
Dev merge
  • Loading branch information
GuillaumeDSM authored Dec 2, 2024
2 parents 7a109be + a584e33 commit 63d75af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Drakkar-Software requirements
OctoBot-Commons==1.9.65
OctoBot-Commons==1.9.66
OctoBot-Trading==2.4.127
OctoBot-Evaluators==1.9.7
OctoBot-Tentacles-Manager==2.9.16
Expand Down

0 comments on commit 63d75af

Please sign in to comment.