This commit is contained in:
2023-04-06 23:58:56 +03:00
parent 89f3d073d9
commit f954a46601
17 changed files with 264 additions and 10 deletions

View File

@ -154,6 +154,7 @@ class Daemon:
def console_stdout(self):
sys.stdout = sys.__stdout__
print(sys.stdout.flush())
print(123)
def process_command(self):