Revert "Fix some bugs"

This reverts commit c51a1b4e85.
This commit is contained in:
Lost-MSth
2021-04-05 13:19:32 +08:00
parent c51a1b4e85
commit 9fd626468e
4 changed files with 906 additions and 954 deletions

View File

@@ -14,19 +14,6 @@ class Config():
--------------------
'''
'''
--------------------
SSL证书路径
留空则使用HTTP
SSL certificate path
If left blank, use HTTP.
'''
SSL_CERT = '' # *.pem
SSL_KEY = '' # *.key
'''
--------------------
'''
'''
--------------------
愚人节模式开关
@@ -108,13 +95,3 @@ class Config():
'''
--------------------
'''
'''
--------------------
是否强制使用全解锁云端存档
If forcing full unlocked cloud save is enabled
'''
SAVE_FULL_UNLOCK = True
'''
--------------------
'''