From e37b074f84fca8b62071716d6f9194181a28d7ae Mon Sep 17 00:00:00 2001 From: v8yte Date: Tue, 2 Jan 2024 15:44:06 +0900 Subject: [PATCH] fix:Enter cookies directly --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b616d3..5253bb8 100644 --- a/README.md +++ b/README.md @@ -315,8 +315,8 @@ Copy `Value` from `LEETCODE_SESSION` and `csrftoken` to `session` and `csrf` in ```toml [cookies] -csrf = "${csrftoken}" -session = "${LEETCODE_SESSION}" +csrf = '' +session = '' ``` ## Programmable