projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
log++ qq bugfixes.
[minwii.git]
/
src
/
app
/
config.py
diff --git
a/src/app/config.py
b/src/app/config.py
index
a8410d2
..
1c2b9bd
100755
(executable)
--- a/
src/app/config.py
+++ b/
src/app/config.py
@@
-81,3
+81,6
@@
INSTRUMENTS = (
'octave' : -2
},
)
+
+for i in INSTRUMENTS :
+ i['octave'] = i.get('octave', 0)
\ No newline at end of file