Skip to content

Commit

Permalink
Fix: var name
Browse files Browse the repository at this point in the history
  • Loading branch information
cleissonbarbosa committed Sep 29, 2024
1 parent 94e268d commit 24473f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/entry_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async def exploit(update: Update, context: CallbackContext):

info = "Searching for exploit information"
if language != "en":
translated_info = translator.translate(error_msg, dest=language).text
translated_info = translator.translate(info, dest=language).text
await update.message.reply_text(f"🔍 {translated_info} ...")
else:
await update.message.reply_text(f"🔍 {info} ...")
Expand Down

0 comments on commit 24473f2

Please sign in to comment.