Updated index

This commit is contained in:
Boyan 2024-11-17 22:06:06 +01:00
parent 461b506be5
commit a3a9f5dfee

View File

@ -21,7 +21,7 @@ pip install temmies
from temmies.themis import Themis from temmies.themis import Themis
# Log in # Log in
themis = Themis("s-number", "password") themis = Themis("s-number") # You will be prompted for your password
# Get a year # Get a year
year = themis.get_year(2023, 2024) year = themis.get_year(2023, 2024)