hotfix
This commit is contained in:
@@ -347,8 +347,7 @@ async fn videos_post(
|
||||
task::spawn_local(async move {
|
||||
if let AnyProvider::Spankbang(_) = provider_clone {
|
||||
// Spankbang has a delay for the next page
|
||||
let delay = time::Duration::from_secs(80);
|
||||
ntex::time::sleep(ntex::time::Seconds(delay)).await;
|
||||
ntex::time::sleep(ntex::time::Seconds(80)).await;
|
||||
}
|
||||
let _ = provider_clone
|
||||
.get_videos(
|
||||
|
||||
Reference in New Issue
Block a user