fix help message
[rainbowstream.git] / rainbowstream / config.py
index 58f747de33cf8ab627f1227137cc9e30be5227bc..1573cce1f9a14ea184750469e577ae96ef72c412 100644 (file)
@@ -49,6 +49,8 @@ def get_all_config():
         data.pop('ONLY_LIST', None)
         data.pop('IGNORE_LIST', None)
         data.pop('FORMAT', None)
+        data.pop('QUOTE_FORMAT', None)
+        data.pop('NOTIFY_FORMAT', None)
         return data
     except:
         return []