mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +03:00
lint
This commit is contained in:
parent
e8fc71b36b
commit
b55bc935f7
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user