From a3a9f5dfeecac6bfffc86d9cf93679f1245de139 Mon Sep 17 00:00:00 2001 From: Boyan <36108495+confestim@users.noreply.github.com> Date: Sun, 17 Nov 2024 22:06:06 +0100 Subject: [PATCH] Updated index --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 0f9963a..3483587 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,7 +21,7 @@ pip install temmies from temmies.themis import Themis # Log in -themis = Themis("s-number", "password") +themis = Themis("s-number") # You will be prompted for your password # Get a year year = themis.get_year(2023, 2024)