Skip to content

Commit

Permalink
Update blueseries.py
Browse files Browse the repository at this point in the history
  • Loading branch information
razorex authored Feb 9, 2024
1 parent f3ea54d commit 8672081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.video.vstream/resources/sites/blueseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def showSerieYears():
# import datetime

oOutputParameterHandler = cOutputParameterHandler()
for i in reversed(range(1930, 2022)): # int(datetime.datetime.now().year) + 1)):
for i in reversed(range(1930, 2024)): # int(datetime.datetime.now().year) + 1)):
sYear = str(i)
oOutputParameterHandler.addParameter('siteUrl', URL_MAIN + 'annee/' + sYear + '&cat=2')
oOutputParameterHandler.addParameter('sYear', sYear)
Expand Down

0 comments on commit 8672081

Please sign in to comment.