From f53ba9ddc9c49c0742e4935d771ef9b96c7a8abf Mon Sep 17 00:00:00 2001 From: pcosson Date: Mon, 22 Apr 2024 09:03:50 +0000 Subject: [PATCH] Actualiser setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5134341..3b2f851 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def audit(): return final_id WAPT.write_audit_data("RustDesk", "id", get_rustdesk_id(), max_count=3) - + #comment to disable password generation randompassword = password_generator( size=random.randint(10, 16), chars=string.ascii_letters + string.digits )