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