This commit is contained in:
2021-08-30 23:08:10 +00:00
parent dddc1ac7f9
commit 710868a25c

View File

@@ -407,6 +407,7 @@ namespace AyaNova.PlugIn.V8
progress.StartedImport();
progress.Append("Exporting data to AyaNova server @ " + util.ApiBaseUrl);
progress.Append(util.PRE_RELEASE_VERSION_STRING);
progress.Append("HTTP Timeout: " + util.HTTPCLIENT_TIMEOUT_SECONDS);
Exception ExceptionDuringMigrate = null;
try