From b6d21ba55dca7dfa060126882692f7f61629bdaa Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 7 Feb 2025 21:23:05 -0500 Subject: [PATCH] Clean up db dump output --- kowalski.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kowalski.py b/kowalski.py index 7208308..6ae7cf7 100644 --- a/kowalski.py +++ b/kowalski.py @@ -172,7 +172,7 @@ def handle_message_events(event, say): username, display = get_username(sender_id) if "dump database" in text and DB_DUMP_URL: - say(f"Sure thing @{display}! You can download my DB from {DB_DUMP_URL}") + say(f"Sure thing {display}! You can download my DB from {DB_DUMP_URL}") return say("Sorry, I didn't understand that!")