Skip to content

Commit

Permalink
streamingtoken not used anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmaster187 committed Jul 19, 2024
1 parent f48f873 commit c72817d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TeslaLogger/WebHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3299,6 +3299,7 @@ public bool IsDriving(bool justinsertdb = false)
decimal dLongitude = 0;
int heading = 0;

/*
try
{
string temp_Tesla_Streamingtoken = jsonResult["response"]["tokens"][0].ToString();
Expand All @@ -3316,6 +3317,7 @@ public bool IsDriving(bool justinsertdb = false)
SubmitExceptionlessClientWithResultContent(ex, resultContent);
ExceptionWriter(ex, resultContent);
}
*/

if (drive_state.ContainsKey("latitude"))
{
Expand Down

0 comments on commit c72817d

Please sign in to comment.