aquatic_http access list: use in torrent cleaning, do periodic updates

This commit is contained in:
Joakim Frostegård 2021-10-15 23:03:24 +02:00
parent 7fec41099b
commit 10fe014c03
3 changed files with 29 additions and 9 deletions

View file

@ -137,7 +137,7 @@ pub struct FailureResponse {
impl FailureResponse {
pub fn new(reason: &str) -> Self {
Self {
failure_reason: reason.into()
failure_reason: reason.into(),
}
}