fix(browser_profiler): change logger print to info for consistent logging in interactive manager

This commit is contained in:
ntohidi
2025-05-22 11:25:51 +02:00
parent 33a0c7a17a
commit da8f0dbb93

View File

@@ -458,7 +458,7 @@ class BrowserProfiler:
self.logger.info("4. Exit", tag="MENU", base_color=LogColor.MAGENTA)
exit_option = "4"
self.logger.print(f"\n[cyan]Enter your choice (1-{exit_option}): [/cyan]", end="")
self.logger.info(f"\n[cyan]Enter your choice (1-{exit_option}): [/cyan]", end="")
choice = input()
if choice == "1":