Skip to content

Commit 41154bd

Browse files
committed
Merge branch '0.36/feat-autofill-start' into 0.36-altmarkets
2 parents 0293bef + 338c3b7 commit 41154bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hummingbot/client/command/import_command.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ async def import_config_file(self, # type: HummingbotApplication
4343
self.app.change_prompt(prompt=">>> ")
4444
if await self.status_check_all():
4545
self._notify("\nEnter \"start\" to start market making.")
46+
self.app.set_text("start")
4647

4748
async def prompt_a_file_name(self # type: HummingbotApplication
4849
):

0 commit comments

Comments
 (0)