chiffrement

This commit is contained in:
nemesis 2025-11-04 22:36:55 +01:00
parent 3b74dbbc14
commit d2d9354dec

View file

@ -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():