mirror of
https://gitlab.sectorq.eu/jaydee/mqtt_srv.git
synced 2025-12-14 10:34:53 +01:00
bitwarden
This commit is contained in:
@@ -22,8 +22,9 @@ import configparser
|
||||
config = configparser.ConfigParser()
|
||||
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
|
||||
stats = {}
|
||||
|
||||
Reference in New Issue
Block a user