mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
remove test method
This commit is contained in:
@@ -98,15 +98,6 @@ class Loader:
|
||||
web.post("/plugins/{plugin_name}/reload", self.handle_backend_reload_request)
|
||||
])
|
||||
|
||||
ws.add_route("test", self.test_method)
|
||||
|
||||
async def test_method():
|
||||
await sleep(2)
|
||||
|
||||
return {
|
||||
"test data": True
|
||||
}
|
||||
|
||||
async def enable_reload_wait(self):
|
||||
if self.live_reload:
|
||||
await sleep(10)
|
||||
|
||||
Reference in New Issue
Block a user