From 31de311a17c9f83d330a499ec0b5ae5f672bbb65 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Sat, 5 Apr 2025 22:59:24 +0300 Subject: getting and checking api_url done --- modules/telegraf/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/telegraf') diff --git a/modules/telegraf/core.py b/modules/telegraf/core.py index e1bdb70..1d49917 100644 --- a/modules/telegraf/core.py +++ b/modules/telegraf/core.py @@ -7,4 +7,4 @@ def introduction(): ascii_art = figlet_format("Telegraf") console.print(ascii_art, style="cyan") - print("Valisid Telegraf Platformi!") + print("Valisid Telegraf Platformi!\n") -- cgit v1.2.3