Stuff
This commit is contained in:
parent
95f45e84f5
commit
d79efb68e0
2 changed files with 1 additions and 1 deletions
1
mp3/.gitignore
vendored
Normal file
1
mp3/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.mp3
|
1
run.py
1
run.py
|
@ -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()
|
||||
|
|
Reference in a new issue