mirror of
https://github.com/koush/scrypted.git
synced 2026-02-10 17:22:03 +00:00
server: rename to plugin_remote.py
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
from asyncore import write
|
||||
import code
|
||||
|
||||
class ScryptedConsole(code.InteractiveConsole):
|
||||
def write(self, data: str) -> None:
|
||||
return super().write(data)
|
||||
|
||||
def raw_input(self, prompt: str) -> str:
|
||||
return super().raw_input(prompt=prompt)
|
||||
Reference in New Issue
Block a user