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.
1 parent 4cf6b99 commit 38edce0Copy full SHA for 38edce0
jokeapi/main.py
@@ -81,14 +81,10 @@ 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