Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MattJeanes committed Feb 7, 2025
1 parent cf464dc commit 123fe6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HomeAutomation.Web/Controllers/BoilerController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public async Task<BoilerResponse> GetBoilerPressure()
{
var processStartInfo = new ProcessStartInfo
{
FileName = "python",
FileName = "python3",
UseShellExecute = false,
RedirectStandardOutput = true
};
Expand Down

0 comments on commit 123fe6e

Please sign in to comment.