Skip to content

Commit

Permalink
No rate limit for GET requests
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Oct 23, 2022
1 parent 3263bd0 commit f30998e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plextraktsync/trakt_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,6 @@ def __init__(self, tm: TVShow):

@cached_property
@nocache
@rate_limit()
@retry()
def table(self):
"""
Expand Down

0 comments on commit f30998e

Please sign in to comment.