From a89a4736343d5b95db41d7e1886d01f08a133f7e Mon Sep 17 00:00:00 2001 From: Eugene Simonov Date: Fri, 29 Dec 2023 18:36:28 +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 c9d8662..251f0c4 100644 --- a/src/pylast/__init__.py +++ b/src/pylast/__init__.py @@ -2307,7 +2307,7 @@ class User(_Chartable): Parameters: limit : If None, it will try to pull all the available data. from (Optional) : Beginning timestamp of a range - only display - scrobbles after this time, in UNIX timestamp format (integer + 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