🤖️sync 2021-08-15 16:10:01

This commit is contained in:
root 2021-08-15 16:10:01 +08:00
parent 40fc9d0d42
commit 4640444a7b

View File

@ -116,7 +116,6 @@ Random_JD_COOKIE(){
done
jdCookie=$(echo $combined_all | sed 's/^&//g')
[[ ! -z $jdCookie ]] && export JD_COOKIE="$jdCookie"
echo $JD_COOKIE
fi
fi
}