change structure
This commit is contained in:
parent
ac3919b86d
commit
c7dbe4f0f0
@ -1,8 +1,10 @@
|
|||||||
#!/bin/python
|
#!/bin/python
|
||||||
|
|
||||||
|
from utils import debug
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
'speechDriverString':'speechd',
|
'speechDriverString':'speechd',
|
||||||
'screenDriverString': 'linux',
|
'screenDriverString': 'linux',
|
||||||
'soundDriverString': 'sox',
|
'soundDriverString': 'sox',
|
||||||
'debugLevel': 0,
|
'debugLevel': debug.debugLevel.DEACTIVE
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user