Suppression du secret !
This commit is contained in:
parent
21a38659d5
commit
6c2d15b0e2
2
main.py
2
main.py
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue