mirror of
https://github.com/smallevilbeast/ntchat.git
synced 2026-07-02 06:32:44 +08:00
格式化代码
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
class ClientNotExists(Exception):
|
class ClientNotExists(Exception):
|
||||||
guid = ""
|
guid = ""
|
||||||
|
|
||||||
def __init__(self, guid):
|
def __init__(self, guid):
|
||||||
self.guid = guid
|
self.guid = guid
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user