浏览代码

add gitignore usw

master
Andreas Demmelbauer 6 年前
父节点
当前提交
d661d77b82
共有 2 个文件被更改,包括 9 次插入2 次删除
  1. +6
    -0
      .gitignore
  2. +3
    -2
      discobert.py

+ 6
- 0
.gitignore 查看文件

@@ -0,0 +1,6 @@
music/0/*
music/1/*
music/2/*
music/3/*
music/4/*
music/5/*

+ 3
- 2
discobert.py 查看文件

@@ -42,7 +42,8 @@ bye_sayings = [
"Take it easy!", "Take it easy!",
"I look forward to our next meeting!", "I look forward to our next meeting!",
"Take care!", "Take care!",
"Catch you later!",
"See you later!",
"This was nice. See you!",
"Peace!" "Peace!"
] ]


@@ -203,7 +204,7 @@ def getTrackInfo():
setMpdVolume(volume) setMpdVolume(volume)


def tour(): def tour():
tts.say("Welcome! To the world of tomorrow!", "en")
tts.say("Hello, I'm Discobert!", "en")
sleep(0.3) sleep(0.3)
tts.say("Press 1 for nice electronic music", "en") tts.say("Press 1 for nice electronic music", "en")
sleep(0.3) sleep(0.3)


正在加载...
取消
保存