mirror of
https://github.com/assenzostefano/RetniNet.git
synced 2025-02-10 00:20:34 +01:00
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…
x
Reference in New Issue
Block a user