Answer the question
In order to leave comments, you need to log in
How to make the date in the QR code automatically change (for telebot) in python?
elif call.data == "yes_will_eat":
bot.answer_callback_query(call.id, "Вот твой QR-код")
users = surname+" "+name+"/"+grade+"/"+now+"/"+"2334"
img = qrcode.make(users)
img.save('qr_code.png')
bot.send_photo(call.message.chat.id, open('qr_code.png', 'rb'))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question