Skip to content

Commit

Permalink
fix: fix lab ore entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyreplus committed Dec 13, 2024
1 parent b2a5058 commit f19ad91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async def ore(update: Update, context: ContextTypes.DEFAULT_TYPE):
await update.message.reply_text(text, parse_mode=ParseMode.HTML)
return
email = str(db.get_mail_from_id_db(user_id))
url = f"https://api.eagletrt.it/api/v2/oreLab?username={email}"
url = f"https://api.eagletrt.it/api/v2/lab/ore?username={email}"

response = requests.get(url)

Expand Down

0 comments on commit f19ad91

Please sign in to comment.