Skip to content

Commit 06c45f4

Browse files
author
unreal-system
committed
Update Program.cs
1 parent 51d0dac commit 06c45f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ static void Main(string[] args)
279279

280280
private static void DownloadMedia(DateTime time, string sourceUrl, string downloadPath)
281281
{
282+
Thread.Sleep(500);
282283
if (File.Exists(downloadPath) == true)
283284
{
284285
Console.WriteLine($"SourceTime: {time} Downloading: {sourceUrl} Has Exist!");

0 commit comments

Comments
 (0)