diff --git a/hikka/web/root.py b/hikka/web/root.py index 2bb4597..9c1326b 100644 --- a/hikka/web/root.py +++ b/hikka/web/root.py @@ -91,7 +91,9 @@ class Web: else ( "termux" if "com.termux" in os.environ.get("PREFIX", "") - else "docker" if "DOCKER" in os.environ else "vds" + else "docker" + if "DOCKER" in os.environ + else "vds" ) ) ] @@ -533,7 +535,10 @@ class Web: ( "šŸŒ˜šŸ” Click button below to confirm web application" f" ops\n\nClient IP: {ips}\n{cities}\nIf you did" - " not request any codes, simply ignore this message" + " not request any codes, simply ignore this message\n\nāš ļø" + " Warning! If you did not make any actions in the web" + " interface, do not click the button below, as it might" + " give the user on the other end the access to your account!" ), disable_web_page_preview=True, reply_markup=markup,