We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5efae7 commit d83b516Copy full SHA for d83b516
tux/main.py
@@ -74,6 +74,7 @@ async def change_activity(self) -> None:
74
async def console(self) -> None:
75
if not os.isatty(sys.stdin.fileno()):
76
logger.info("Running in a non-interactive mode. Skipping console input.")
77
+ return
78
logger.info("Console is ready. Type 'help' for a list of commands.")
79
while True:
80
# Use asyncio.run_in_executor to run input in a separate thread
0 commit comments