Update AssetsDownloader.cs

This commit is contained in:
oxmc
2022-12-31 03:32:55 -08:00
committed by GitHub
parent 95c1f824ca
commit 83b9844fa7
+2 -2
View File
@@ -29,9 +29,9 @@ namespace QuestAppLauncher
const string TempDownloadFileExtention = ".tmp_download";
// GitHub API url
var string GithubApiUrl = @"http://api.github.com/";
var GithubApiUrl = @"http://api.github.com/";
var bool isorg = true;
var isorg = true;
// Rate limit in minutes
const int RateLimitInMins = 5;