From 0c2d97cad43ffde6c7b32c30546a72a1a3a45321 Mon Sep 17 00:00:00 2001 From: Blacktwin Date: Wed, 26 Sep 2018 09:09:46 -0400 Subject: [PATCH] docstring correction --- killstream/limiterr.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/killstream/limiterr.py b/killstream/limiterr.py index 9a66ba8..2230e20 100644 --- a/killstream/limiterr.py +++ b/killstream/limiterr.py @@ -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)) \ No newline at end of file