mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2025-12-21 15:34:19 +01:00
(feat) use official hummingbot image as default
This commit is contained in:
@@ -19,7 +19,7 @@ class LaunchV2WithControllers:
|
|||||||
self._controller_configs_available = self._backend_api_client.get_all_controllers_config()
|
self._controller_configs_available = self._backend_api_client.get_all_controllers_config()
|
||||||
self._controller_config_selected = []
|
self._controller_config_selected = []
|
||||||
self._bot_name = None
|
self._bot_name = None
|
||||||
self._image_name = "dardonacci/hummingbot:latest"
|
self._image_name = "hummingbot/hummingbot:latest"
|
||||||
self._credentials = "master_account"
|
self._credentials = "master_account"
|
||||||
|
|
||||||
def _set_bot_name(self, bot_name):
|
def _set_bot_name(self, bot_name):
|
||||||
|
|||||||
Reference in New Issue
Block a user