mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 23:42:36 -07:00
Possible fix for #893
This commit is contained in:
parent
ba3db7bbae
commit
d87aa95dea
1 changed files with 2 additions and 2 deletions
|
@ -159,9 +159,9 @@ namespace Ombi.UI
|
||||||
|
|
||||||
private static void PrintToConsole(string message, ConsoleColor colour = ConsoleColor.Gray)
|
private static void PrintToConsole(string message, ConsoleColor colour = ConsoleColor.Gray)
|
||||||
{
|
{
|
||||||
Console.ForegroundColor = colour;
|
// Console.ForegroundColor = colour;
|
||||||
Console.WriteLine(message);
|
Console.WriteLine(message);
|
||||||
Console.ForegroundColor = ConsoleColor.Gray;
|
//Console.ForegroundColor = ConsoleColor.Gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void CheckUpdate(UpdateValue val)
|
private static void CheckUpdate(UpdateValue val)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue