From 4631a6608c133de1ee715220e586252599369481 Mon Sep 17 00:00:00 2001 From: piair Date: Mon, 27 Feb 2023 13:19:12 +0100 Subject: [PATCH] oui --- manual_claim.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manual_claim.py b/manual_claim.py index cd068f8..92501d2 100644 --- a/manual_claim.py +++ b/manual_claim.py @@ -63,9 +63,7 @@ def select_accounts(multiple = True): with Display(backend="xvnc", size=(100, 60), rfbport=5904) as disp: _mail, _password = select_accounts(False)[0] - print(_mail) - print(_password) driver = firefox_driver() + print(f"connect via VNC to port 5904. \nID: {_mail}\npwd : {_password}") i = input('stop ? ') driver.close() - \ No newline at end of file