Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4f14d59

Browse files
committed
updated commands and server
1 parent 924619f commit 4f14d59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎modules/commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
import logging as log
23
import config
34
available_commands = ["quit", "list", "start", "kill", "status", "restart", "clear", "keepalive", "log"]

‎modules/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def start(self):
4646
output = "Invalid password.\n(password)"
4747
else:
4848
self.authorized.append(sock)
49-
output = "OK"
49+
output = "033円[H033円[2J"
5050
else:
5151
command = data.decode("UTF-8")
5252
success, output = handle_input(command, self.worker, self)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /