WEBVTT

00:01.480 --> 00:03.720
One more thing needs to be fixed here.

00:03.720 --> 00:05.720
And that is here.

00:05.720 --> 00:09.480
You see into gravel method.

00:09.480 --> 00:10.920
We are using target URL.

00:10.960 --> 00:15.440
The same thing goes here that needs to be fixed.

00:15.440 --> 00:19.360
We need to use only one time this target URL not twice.

00:19.960 --> 00:22.680
You see we use it here and then we use it here.

00:22.680 --> 00:28.480
So we need to change this method in a way that it is, not it.

00:28.520 --> 00:31.600
It shouldn't be necessary to use the target URL here.

00:32.200 --> 00:36.720
So if I use a default value here it is going to solve the problem.

00:36.720 --> 00:50.160
So here if I just say that the URL is going to be equal to none and it is going to solve the problem,

00:50.160 --> 00:53.960
but not completely in here, I need to check it.

00:53.960 --> 01:03.120
If the URL is equal to none, then I'm going to assign the URL to something else and that is going to

01:03.120 --> 01:04.840
be the target.

01:07.400 --> 01:08.520
URL.

01:09.920 --> 01:13.520
And we need to use self dot target url.

01:14.200 --> 01:15.280
So let's save it.

01:15.280 --> 01:22.600
And now come back here and try to check not to dig the program.

01:22.600 --> 01:26.200
And then let me execute the program.

01:26.200 --> 01:28.160
Once again you see that it happened.

01:28.200 --> 01:30.320
It executed the program successfully.

01:30.320 --> 01:32.200
That means there is no error.

01:32.240 --> 01:33.480
So perfect.

01:33.520 --> 01:39.720
Thanks for watching and I will see you in the next lecture with developing this program.

01:39.760 --> 01:40.200
Okay.
