From 6c2d15b0e22e18e270ff5113201f8704fd05919c Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Wed, 9 Feb 2022 10:47:27 +0100 Subject: [PATCH] Suppression du secret ! --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 4f12945..5dde52d 100755 --- a/main.py +++ b/main.py @@ -78,7 +78,7 @@ if __name__ == '__main__': if not jid: jid = "isengard@a-lec.org" if not password: - password = "iLw62WF3kfvt4j" + password = getpass() if not rooms: rooms = "tests-isengard@salons.a-lec.org" if not nick: