diff --git a/src/main.py b/src/main.py index a1592ee..c96dfc4 100644 --- a/src/main.py +++ b/src/main.py @@ -240,6 +240,7 @@ async def update_telegram_status(): me = await client.get_me() status["ok"] = True status["account"] = ((me.first_name or "").strip() or None) if me else None + status["phone"] = ("+" + me.phone) if me and me.phone else None else: status["error"] = "Session fehlt oder nicht autorisiert" except Exception as e: