Skip to content

Commit 38edce0

Browse files
committed
.
1 parent 4cf6b99 commit 38edce0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jokeapi/main.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,10 @@ def build_request(
8181
search_string = urllib.parse.quote(search_string)
8282
if id_range:
8383

84-
<<<<<<< HEAD
8584
response = self.http.request(
8685
'GET',
8786
"https://sv443.net/jokeapi/v2/info"
8887
)
89-
=======
90-
response = self.http.request('GET', "https://sv443.net/jokeapi/v2/info")
91-
>>>>>>> adf582966ed869e69c96a36f963ea2a4ac76e55b
9288
dict = json.loads(response.data)
9389
range_limit = dict["jokes"]["totalCount"]
9490

0 commit comments

Comments
 (0)