We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c41431 + adf5829 commit 4cf6b99Copy full SHA for 4cf6b99
MANIFEST
@@ -0,0 +1,5 @@
1
+# file GENERATED by distutils, do NOT edit
2
+setup.cfg
3
+setup.py
4
+jokeapi/__init__.py
5
+jokeapi/main.py
jokeapi/main.py
@@ -81,10 +81,14 @@ def build_request(
81
search_string = urllib.parse.quote(search_string)
82
if id_range:
83
84
+<<<<<<< HEAD
85
response = self.http.request(
86
'GET',
87
"https://sv443.net/jokeapi/v2/info"
88
)
89
+=======
90
+ response = self.http.request('GET', "https://sv443.net/jokeapi/v2/info")
91
+>>>>>>> adf582966ed869e69c96a36f963ea2a4ac76e55b
92
dict = json.loads(response.data)
93
range_limit = dict["jokes"]["totalCount"]
94
0 commit comments