Revize 40f56e57
Přidáno uživatelem Eliška Mourycová před více než 3 roky(ů)
Server/ServerApp/DataDownload/DataDownloader.cs | ||
---|---|---|
336 | 336 |
bool firstLoop = true; |
337 | 337 |
do |
338 | 338 |
{ |
339 |
Console.WriteLine("current date: " + currentDate); |
|
339 |
//Console.WriteLine("current date: " + currentDate);
|
|
340 | 340 |
savedFiles.AddRange(DownloadData(type, format, (int)currentDate.Year, (int)currentDate.Month)); |
341 | 341 |
Date nextDate = currentDate.IncreaseMonthByOne(); |
342 | 342 |
|
Také k dispozici: Unified diff
Re #8942. Implemented data and help commands.