mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-21 07:17:15 +00:00
Fix amazon settlement period and other updates
This commit is contained in:
@@ -12,7 +12,7 @@ namespace bnhtrade.Core.UI.Console
|
||||
{
|
||||
if (newLine)
|
||||
{
|
||||
System.Console.WriteLine("[" + DateTime.Now.ToString("HH:mm:ss") + "] " + consoleText);
|
||||
System.Console.WriteLine("\r[" + DateTime.Now.ToString("HH:mm:ss") + "] " + consoleText);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -23,7 +23,7 @@ namespace bnhtrade.Core.UI.Console
|
||||
{
|
||||
do
|
||||
{
|
||||
System.Console.Write("\r[--------] " + consoleMessage, string.Format("{0:00}", waitSeconds));
|
||||
System.Console.Write("\r[--------] " + consoleMessage, string. Format("{0:00}", waitSeconds));
|
||||
System.Threading.Thread.Sleep(1000);
|
||||
waitSeconds = waitSeconds - 1;
|
||||
} while (waitSeconds > 0);
|
||||
|
||||
Reference in New Issue
Block a user