Little bug fix
This commit is contained in:
parent
088f1e2e9c
commit
db93417345
1
index.py
1
index.py
|
@ -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"])
|
||||
|
|
Loading…
Reference in New Issue