Skip to content

Commit

Permalink
Update peloton.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Nov 6, 2023
1 parent b160357 commit 104b8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peloton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ void peloton::getPackets() {
}

QUrl url(QStringLiteral("https://api.onepeloton.com/stats/workout/") + current_workout_id +
QStringLiteral("/packets");
QStringLiteral("/packets"));
qDebug() << "peloton::getPackets" << url;
QNetworkRequest request(url);

Expand Down

0 comments on commit 104b8af

Please sign in to comment.