From fb36c38841a010060bfb5cf43ab2fc705f51aa22 Mon Sep 17 00:00:00 2001 From: itszerrin <80625238+itszerrin@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:03:57 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 19ce4ff..bb4e948 100644 --- a/README.md +++ b/README.md @@ -213,8 +213,7 @@ Then, call the `claim_daily_credits` function ```py claim_daily_credits( - email="xxxxxxx", # your email here - password="xxxxxx" # your password here + jwt # you need your jwt from above ) ```