1 files changed, 5 insertions, 0 deletions
diff --git a/config.py b/config.py index 72717e0..037eb00 100644 --- a/ config.py+++ b/ config.py@@ -22,7 +22,12 @@ BANGROUP = [] # API url:https://api.lolicon.app/#/setu LOLICONAPI = "" +# API url:https://api-cn.faceplusplus.com/ +def FACE_KEY(): + return "" +def FACE_SECRET(): + return "" |