Skip to content

Commit

Permalink
BF: Logfile flood
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmaster187 committed Dec 10, 2024
1 parent f0d12bc commit 9316277
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TeslaLogger/WebHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2611,6 +2611,12 @@ public async Task<string> IsOnline(bool returnOnUnauthorized = false)

void CheckVehicleConfig()
{
if (car.FleetAPI)
{
lastUpdateEfficiency = DateTime.Now;
return;
}

string resultContent2 = "";
try
{
Expand Down

0 comments on commit 9316277

Please sign in to comment.