mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
aquatic_http access list: use in torrent cleaning, do periodic updates
This commit is contained in:
parent
7fec41099b
commit
10fe014c03
3 changed files with 29 additions and 9 deletions
|
|
@ -137,7 +137,7 @@ pub struct FailureResponse {
|
|||
impl FailureResponse {
|
||||
pub fn new(reason: &str) -> Self {
|
||||
Self {
|
||||
failure_reason: reason.into()
|
||||
failure_reason: reason.into(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue