Re-enable feeds

This commit is contained in:
Sakuhl 2018-01-14 20:08:29 +01:00
parent ef43d44c18
commit 35853b4237

View File

@ -27,7 +27,7 @@ mod schema;
mod commands; mod commands;
use commands::*; use commands::*;
const ENABLE_FEEDS: bool = false; const ENABLE_FEEDS: bool = true;
#[derive(Debug, Fail)] #[derive(Debug, Fail)]
pub enum ResponseError { pub enum ResponseError {
@ -155,4 +155,4 @@ fn start_daemons() {
} }
}) })
.unwrap(); .unwrap();
} }