This commit is contained in:
Kekskurse 2019-06-21 15:07:03 +02:00
parent 95f45e84f5
commit d79efb68e0
2 changed files with 1 additions and 1 deletions

1
mp3/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.mp3

1
run.py
View File

@ -88,6 +88,5 @@ updater.dispatcher.add_handler(CommandHandler('start', start))
job_minute = j.run_repeating(sendAudio, interval=60, first=0)
#bot.send_audio(chat_id=184170946, audio=open('mp3/wave.mp3', 'rb'))
updater.start_polling()
updater.idle()