projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c7ae59
)
not allow change format inside the app
author
Orakaro
<nhatminh_179@hotmail.com>
Sun, 27 Jul 2014 02:26:21 +0000
(11:26 +0900)
committer
Orakaro
<nhatminh_179@hotmail.com>
Sun, 27 Jul 2014 02:26:21 +0000
(11:26 +0900)
rainbowstream/config.py
patch
|
blob
|
blame
|
history
diff --git
a/rainbowstream/config.py
b/rainbowstream/config.py
index c27812e9ad9759ed97f5bb5a9611bab7c470132d..2a11d3bdc9ea36c23d64d172ef4c73d2f910a28f 100644
(file)
--- a/
rainbowstream/config.py
+++ b/
rainbowstream/config.py
@@
-47,6
+47,7
@@
def get_all_config():
# Hard to set from prompt
data.pop('ONLY_LIST', None)
data.pop('IGNORE_LIST', None)
+ data.pop('FORMAT', None)
return data