Update src/pylast/__init__.py
Commit suggested fix. Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
12034455dc
commit
a89a473634
|
@ -2307,7 +2307,7 @@ class User(_Chartable):
|
||||||
Parameters:
|
Parameters:
|
||||||
limit : If None, it will try to pull all the available data.
|
limit : If None, it will try to pull all the available data.
|
||||||
from (Optional) : Beginning timestamp of a range - only display
|
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).
|
number of seconds since 00:00:00, January 1st 1970 UTC).
|
||||||
to (Optional) : End timestamp of a range - only display scrobbles
|
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
|
||||||
|
|
Loading…
Reference in a new issue