this repo has no description

fix: use logger

Turtlepaw 315786f1 02e5fe60

+1 -1
+1 -1
bsky.py
··· 371 371 logger.info(f"Mention from @{author_handle}: {mention_text}") 372 372 373 373 # Log prompt details to separate logger 374 - prompt_logger.debug(f"Full prompt being sent:\n{prompt}") 374 + logger.debug(f"Full prompt being sent:\n{prompt}") 375 375 376 376 # Log concise prompt info to main logger 377 377 thread_handles_count = len(unique_handles)
tools/dummy_reply.py

This is a binary file and will not be displayed.