bitwarden

This commit is contained in:
jaydee
2024-10-30 11:57:25 +01:00
parent d1e67120d8
commit 10a9aa31f8
2 changed files with 9 additions and 0 deletions

2
mqtt_srv.cfg Normal file
View File

@@ -0,0 +1,2 @@
[global]
mykey = prod/v1/install/

View File

@@ -17,6 +17,13 @@ import ctypes
import getopt import getopt
import random import random
import requests import requests
import ConfigParser
config = configparser.ConfigParser()
config.read(r'mqtt_srv.cfg')
print(config.get('global', 'mykey') )
#import psutil #import psutil
stats = {} stats = {}
VERSION = "1.0.33" VERSION = "1.0.33"