change structure

This commit is contained in:
chrys87
2016-07-08 11:58:23 +02:00
committed by GitHub
parent ff72fbd1d7
commit d43fbced86

View File

@@ -1,5 +1,6 @@
#!/bin/python #!/bin/python
generalInformation = { generalInformation = {
'running':True, 'running': True,
'debugLevel': 0
} }