为代码添加了注释

This commit is contained in:
MarkusJoe
2022-02-11 17:58:55 +08:00
parent a0f681048c
commit 9182597559
7 files changed
+32 -15

No files matched your search

+1
View File
@@ -13,6 +13,7 @@ from db.db import (update_data, fetch_table)
class ErrorProcess:
"""处理错误的页面"""
def __init__(self):
self.msg_template = {'code': -2,
'msg': '',