improve logstyle and update cmd interface

This commit is contained in:
2021-06-02 15:52:10 +08:00
parent bfd95ff7cc
commit 0de630b146
3 changed files with 76 additions and 26 deletions

View File

@@ -53,7 +53,7 @@ class BasicTCPServer():
pass
except (Exception, KeyboardInterrupt):
self.socket.close()
print('Bye~')
print('ヾ(•ω•`)o')
def start(self, back=True):
if back: