docstring correction

This commit is contained in:
Blacktwin 2018-09-26 09:09:46 -04:00
parent 6fff1c61df
commit 0c2d97cad4

View File

@ -167,7 +167,7 @@ def get_history(username, start_date=None, section_id=None):
Returns Returns
------- -------
list dict
The total number of watches, plays, or total playtime. The total number of watches, plays, or total playtime.
""" """
payload = {'apikey': TAUTULLI_APIKEY, payload = {'apikey': TAUTULLI_APIKEY,
@ -363,5 +363,4 @@ if __name__ == "__main__":
terminate_session(opts.sessionId, message, opts.notify, opts.username) terminate_session(opts.sessionId, message, opts.notify, opts.username)
else: else:
print("{}'s limit is {} but has only watched {} episodes of this show today." 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))