From 5c0b04f0b70efe7cac053d77eeb382334f3a07e3 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 3 Oct 2025 19:11:40 -0700 Subject: [PATCH] Update injectDM.py --- script/injectDM.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/injectDM.py b/script/injectDM.py index e4c251e..0cb9e86 100644 --- a/script/injectDM.py +++ b/script/injectDM.py @@ -49,4 +49,5 @@ if __name__ == "__main__": # show stats get_bbs_stats stats = get_bbs_stats() + stats = stats.replace("\n", " | ") logger.info(f"BBS Stats: {stats}")