diff options
| author | marios8543 <marios8543@gmail.com> | 2023-10-18 17:21:57 +0300 |
|---|---|---|
| committer | marios8543 <marios8543@gmail.com> | 2023-10-18 17:21:57 +0300 |
| commit | 47e9708a209c9f48159880b90a710ea26ec09a29 (patch) | |
| tree | d63feb6a347b956901e3a60285fb2084e8b206e8 /backend/src/plugin | |
| parent | 934b1b35ad2ab2743a9d55de21eea73a54df72b9 (diff) | |
| download | decky-loader-47e9708a209c9f48159880b90a710ea26ec09a29.tar.gz decky-loader-47e9708a209c9f48159880b90a710ea26ec09a29.zip | |
fix static/lang file fetch and method call
Diffstat (limited to 'backend/src/plugin')
| -rw-r--r-- | backend/src/plugin/method_call_request.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/plugin/method_call_request.py b/backend/src/plugin/method_call_request.py index 8d93a6cc..cebe34f8 100644 --- a/backend/src/plugin/method_call_request.py +++ b/backend/src/plugin/method_call_request.py @@ -26,4 +26,4 @@ class MethodCallRequest: await self.event.wait() if not self.response.success: raise Exception(self.response.result) - return self.response
\ No newline at end of file + return self.response.result
\ No newline at end of file |
