Suppression du secret !

This commit is contained in:
Adrien Bourmault 2022-02-09 10:47:27 +01:00
parent 21a38659d5
commit 6c2d15b0e2
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ if __name__ == '__main__':
if not jid: if not jid:
jid = "isengard@a-lec.org" jid = "isengard@a-lec.org"
if not password: if not password:
password = "iLw62WF3kfvt4j" password = getpass()
if not rooms: if not rooms:
rooms = "tests-isengard@salons.a-lec.org" rooms = "tests-isengard@salons.a-lec.org"
if not nick: if not nick: