generated from Nemesis/Exemple
chiffrement
This commit is contained in:
parent
3b74dbbc14
commit
d2d9354dec
1 changed files with 5 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in a new issue