fix: update start and end time for throttled traffic
All checks were successful
ci / treefmt (push) Successful in 3m27s
All checks were successful
ci / treefmt (push) Successful in 3m27s
This commit is contained in:
parent
4694114578
commit
94b7f7fb41
1 changed files with 2 additions and 2 deletions
|
|
@ -110,8 +110,8 @@ in {
|
|||
|
||||
Scheduler = {
|
||||
days = "Weekday";
|
||||
end_time = "@Variant(\0\0\0\xf\x3\xa5\xd6\x80)";
|
||||
start_time = "@Variant(\0\0\0\xf\x1\xee\x62\x80)";
|
||||
end_time = ''@Variant(\0\0\0\xf\x3\xa5\xd6\x80)'';
|
||||
start_time = ''@Variant(\0\0\0\xf\x1\xee\x62\x80)'';
|
||||
};
|
||||
|
||||
Advanced.confirmTorrentDeletion = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue