This commit is contained in:
Hachi-R 2024-11-06 22:23:36 -03:00
parent e8fc71b36b
commit b55bc935f7

View File

@ -70,7 +70,9 @@ export class PythonInstance {
}
public static async getStatus() {
const response = await this.rpc.get<LibtorrentDownloadingPayload | null>("/status");
const response = await this.rpc.get<LibtorrentDownloadingPayload | null>(
"/status"
);
if (response.data) {
try {