Skip to content

Commit

Permalink
remove test method
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 authored and marios8543 committed Nov 13, 2023
1 parent 1921e7e commit cfb6fe6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions backend/decky_loader/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,6 @@ def __init__(self, server_instance: PluginManager, ws: WSRouter, plugin_path: st
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)
Expand Down

0 comments on commit cfb6fe6

Please sign in to comment.