diff --git a/asmodee.py b/asmodee.py index 77b6c41..f8ca498 100755 --- a/asmodee.py +++ b/asmodee.py @@ -76,8 +76,12 @@ else: print("Probleme de lecture de configuration asmodee.ini") # Create an instance of the MatrixBotAPI +cnf = botlib.Config() +cnf.encryption_enabled = True +cnf.emoji_verify = True +cnf.ignore_unverified_devices = True creds = botlib.Creds(SERVER, USERNAME, PASSWORD) -bot = botlib.Bot(creds) +bot = botlib.Bot(creds, cnf) # Chargement des données persistantes def horloge_read():