From d661d77b823c017c8601494a59e1a805286b712c Mon Sep 17 00:00:00 2001 From: Andreas Demmelbauer Date: Tue, 19 Mar 2019 14:24:47 +0000 Subject: [PATCH] add gitignore usw --- .gitignore | 6 ++++++ discobert.py | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a84c799 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +music/0/* +music/1/* +music/2/* +music/3/* +music/4/* +music/5/* diff --git a/discobert.py b/discobert.py index 50409d0..5a2a326 100644 --- a/discobert.py +++ b/discobert.py @@ -42,7 +42,8 @@ bye_sayings = [ "Take it easy!", "I look forward to our next meeting!", "Take care!", - "Catch you later!", + "See you later!", + "This was nice. See you!", "Peace!" ] @@ -203,7 +204,7 @@ def getTrackInfo(): setMpdVolume(volume) def tour(): - tts.say("Welcome! To the world of tomorrow!", "en") + tts.say("Hello, I'm Discobert!", "en") sleep(0.3) tts.say("Press 1 for nice electronic music", "en") sleep(0.3)