aboutsummaryrefslogtreecommitdiff
path: root/ykps.py
diff options
context:
space:
mode:
Diffstat (limited to 'ykps.py')
-rw-r--r--ykps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ykps.py b/ykps.py
index 344d980..d2d5722 100644
--- a/ykps.py
+++ b/ykps.py
@@ -349,7 +349,7 @@ def sjdb_submit(context) -> response_t:
@app.route("/sjdb/unsub", methods=["GET"])
def unsub() -> response_t:
- raise nope(501, "Unsubscribing is not implemented yet. Email sjdb@runxiyu.org")
+ raise nope(501, "Unsubscribing is not implemented yet. Just s22537@stu.ykpaoschool.cn for now. Sorry!")
if __name__ == "__main__":