Spaces:
Runtime error
Runtime error
| from telegram import Update | |
| def is_admin(update: Update): | |
| return update.effective_user.id == 7700105638 | |
| def get_asset_from_image(image_path): | |
| # Placeholder - You can use OCR in production | |
| return "USD/BRL-OTC" | |