Skip to content

Commit 4b0f290

Browse files
committed
Fix incorrect response.text call
1 parent 16aa620 commit 4b0f290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

healthgrades.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
try:
5151
content = response.json()
5252
except Exception as e:
53-
err_msg = f'{e.args}\n\n{response.text()}'
53+
err_msg = f'{e.args}\n\n{response.text}'
5454
core.notify(err_msg)
5555
exit(err_msg)
5656

0 commit comments

Comments
 (0)