File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class SearchModifiers(Enum):
2323class HTMLRequests :
2424 BASE_URL = 'https://howlongtobeat.com/'
2525 REFERER_HEADER = BASE_URL
26- SEARCH_URL = BASE_URL + "api/search"
26+ SEARCH_URL = BASE_URL + "api/search" + "/4b4cbe570602c88660f7df8ea0cb6b6e"
2727 GAME_URL = BASE_URL + "game"
2828
2929 @staticmethod
Original file line number Diff line number Diff line change 44 long_description = fh .read ()
55
66setup (name = 'howlongtobeatpy' ,
7- version = '1.0.5 ' ,
7+ version = '1.0.6 ' ,
88 packages = find_packages (exclude = ['tests' ]),
99 description = 'A Python API for How Long to Beat' ,
1010 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ sonar.organization=scrappycocco-github
22sonar.projectKey =ScrappyCocco_HowLongToBeat-PythonAPI
33
44sonar.projectName =HowLongToBeat-PythonAPI
5- sonar.projectVersion =1.0.5
5+ sonar.projectVersion =1.0.6
66sonar.python.version =3.9
77
88# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
You can’t perform that action at this time.
0 commit comments