We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041a52c commit 4e85f7fCopy full SHA for 4e85f7f
jokeapi/main.py
@@ -9,7 +9,6 @@ def __init__(self):
9
self.http = urllib3.PoolManager()
10
self.info = self.http.request('GET', "https://sv443.net/jokeapi/v2/info")
11
self.info = data = json.loads(self.info.data.decode('utf-8'))["jokes"]
12
- print(self.info)
13
print("Sv443's JokeAPI")
14
15
def build_request(
0 commit comments