mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 02:22:09 +08:00
replay: fix jwt path on PC
old-commit-hash: a394d1017a726d1230dc58e59736bc39235ba3e5
This commit is contained in:
@@ -46,7 +46,7 @@ Replay::Replay(QString route, SubMaster *sm_, QObject *parent) : sm(sm_), QObjec
|
||||
}
|
||||
|
||||
const QString url = "https://api.commadotai.com/v1/route/" + route + "/files";
|
||||
http = new HttpRequest(this, url, "", Hardware::PC());
|
||||
http = new HttpRequest(this, url, "", !Hardware::PC());
|
||||
QObject::connect(http, &HttpRequest::receivedResponse, this, &Replay::parseResponse);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user