Update Program.cs

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2024-11-05 17:11:05 +07:00
parent 279804f85a
commit 60369432a8

View File

@@ -284,7 +284,7 @@ namespace domain_utility
} }
} }
Process.Start($"http://{remote}:631/printers"); Process.Start($"https://{remote}:631/printers");
BackToMenu(OpenComputerCups); BackToMenu(OpenComputerCups);
} }