From 6ee34bda43b1e4539eb2bfc2d35a30ec08af638a Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 18 Jul 2016 22:18:07 +0300 Subject: Add welcome text --- radiodiodibot.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/radiodiodibot.py b/radiodiodibot.py index 6deb554..8533aa9 100755 --- a/radiodiodibot.py +++ b/radiodiodibot.py @@ -44,8 +44,11 @@ except: print("Please install telepot before using radiodiodibot.") sys.exit(1) + # Entry point def main(): + print("=== Radiodiodibot ===") + print("Press CTRL-C to exit.") # Get default parameter values from the config file telegram_bot_token = config["GENERAL"]["TelegramBotToken"] shoutbox_api_url = config["GENERAL"]["ShoutboxApiUrl"] -- cgit v1.3