Little bug fix

This commit is contained in:
stef-devs 2022-06-24 19:41:24 +02:00
parent 088f1e2e9c
commit db93417345
1 changed files with 0 additions and 1 deletions

View File

@ -444,7 +444,6 @@ def translatepdf_step(message):
translated_text = translator.translate(contents, dest='it')
bot.send_message(message.chat.id, translated_text.text)
os.remove(input_file_position)
os.remove(text_file_position)
#Command /convertmoney
@bot.message_handler(commands=["convertmoney"])