Skip to content

Commit

Permalink
Update curationclub.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezyma committed Jan 26, 2023
1 parent 2d4d6de commit dedead7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/curationclub/curationclub.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self, organiser = mobase.IOrganizer):

fileRegex = r'data\/([A-Za-z0-9\-\_\s\(\)]+\.[a-zA-z0-9]{0,3})'
nameRegex = r'"name":[\s]+"([^"]+)+"'
query = 'https://api.bethesda.net/mods/ugc-workshop/list?cc_mod=true&platform=WINDOWS&number_results=99999&bundle=false'
query = 'https://api.bethesda.net/mods/ugc-workshop/list?cc_mod=true&platform=WINDOWS&number_results=9999&bundle=false'

def deployInitialCache(self):
""" Deploys the initial cache file, only happens on first run. """
Expand Down

0 comments on commit dedead7

Please sign in to comment.