docstring correction
This commit is contained in:
parent
6fff1c61df
commit
0c2d97cad4
@ -167,7 +167,7 @@ def get_history(username, start_date=None, section_id=None):
|
||||
|
||||
Returns
|
||||
-------
|
||||
list
|
||||
dict
|
||||
The total number of watches, plays, or total playtime.
|
||||
"""
|
||||
payload = {'apikey': TAUTULLI_APIKEY,
|
||||
@ -363,5 +363,4 @@ if __name__ == "__main__":
|
||||
terminate_session(opts.sessionId, message, opts.notify, opts.username)
|
||||
else:
|
||||
print("{}'s limit is {} but has only watched {} episodes of this show today."
|
||||
.format(opts.username, total_limit, ep_watched))
|
||||
|
||||
.format(opts.username, total_limit, ep_watched))
|
Loading…
Reference in New Issue
Block a user