-api_key autogeneration and usage implemented
This commit is contained in:
parent
92545b53a6
commit
8ad5d23ee6
7 changed files with 63 additions and 33 deletions
|
@ -11,7 +11,7 @@ from xml.dom.minidom import Node
|
|||
|
||||
#Read the universal values
|
||||
parser = ConfigParser.SafeConfigParser()
|
||||
parser.read('database.conf')
|
||||
parser.read('airtime.conf')
|
||||
section_names = parser.sections();
|
||||
items_in_section = parser.items(section_names[0])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue