Revize 3b3b9e9b
Přidáno uživatelem Martin Forejt před téměř 4 roky(ů)
aswi2021vochomurka/service/mqtt/mqtt_subscriber.py | ||
---|---|---|
49 | 49 |
|
50 | 50 |
if not self.params.anonymous: |
51 | 51 |
logging.info('Using credentials, username=' + self.params.username + ', password=' + self.params.password) |
52 |
client.tls_set() |
|
53 | 52 |
client.username_pw_set(self.params.username, self.params.password) |
54 | 53 |
|
55 | 54 |
try: |
Také k dispozici: Unified diff
Re: #8921 - use configuration from QSettings