add grades to net

This commit is contained in:
PoliEcho 2024-11-28 09:53:05 +01:00
parent 91bdce0379
commit 0ea762d1d3

View File

@ -13,6 +13,7 @@
#include <fstream>
#include <iostream>
#include <nlohmann/json.hpp>
#include <nlohmann/json_fwd.hpp>
#include <string>
using nlohmann::json;
@ -144,6 +145,6 @@ json get_grades() {
refresh_access_token();
}
return json::parse(response);
}
} // namespace bakaapi