diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 2f93899..4134edb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -114,7 +114,7 @@ fn main() {              )          }          Some("search") => (), -        Some("update") => (), +        Some("update") => update_rss(state),          _ => (),      }  }  | 
