From 12034455dc6ebdaecef937ad09d9fb4241aa58fa Mon Sep 17 00:00:00 2001 From: Eugene Simonov Date: Fri, 29 Dec 2023 18:35:58 +0200 Subject: [PATCH] Update src/pylast/__init__.py Commit suggested fix. Co-authored-by: Hugo van Kemenade --- src/pylast/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pylast/__init__.py b/src/pylast/__init__.py index f0f1067..c9d8662 100644 --- a/src/pylast/__init__.py +++ b/src/pylast/__init__.py @@ -2310,7 +2310,7 @@ class User(_Chartable): scrobbles after this time, in UNIX timestamp format (integer number of seconds since 00:00:00, January 1st 1970 UTC). to (Optional) : End timestamp of a range - only display scrobbles - before this time, in UNIX timestamp format (integer number of + before this time, in Unix timestamp format (integer number of seconds since 00:00:00, January 1st 1970 UTC). stream: If True, it will yield tracks as soon as a page has been retrieved.