mirror of
https://gitlab.sectorq.eu/jaydee/mqtt_srv.git
synced 2025-12-14 18:44:53 +01:00
bitwarden
This commit is contained in:
@@ -22,8 +22,9 @@ import configparser
|
|||||||
config = configparser.ConfigParser()
|
config = configparser.ConfigParser()
|
||||||
config.read(r'/etc/mqtt_srv/mqtt_srv.cfg')
|
config.read(r'/etc/mqtt_srv/mqtt_srv.cfg')
|
||||||
|
|
||||||
print(config.get('morefine', 'right') )
|
lala = config.get('morefine', 'right')
|
||||||
|
print(lala)
|
||||||
|
print(lala[0])
|
||||||
|
|
||||||
#import psutil
|
#import psutil
|
||||||
stats = {}
|
stats = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user