Skip to content

Commit 449d6ab

Browse files
committed
chore
1 parent 4475948 commit 449d6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async fn main() {
6363
// Initialize Telegram bot
6464
match telegram::init().await {
6565
Ok(_) => println!("Telegram bot initialized successfully"),
66-
Err(e) => println!("{}. Continuing without notifications.", e),
66+
Err(e) => println!("{} Continuing without notifications.", e),
6767
}
6868

6969
// Initialize token account list

0 commit comments

Comments
 (0)