소스 검색

add gitignore usw

master
Andreas Demmelbauer 5 년 전
부모
커밋
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!",
"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)


불러오는 중...
취소
저장