Skip to content

Commit 1eb00f6

Browse files
committed
added http_debug arg
1 parent 9ac0fa8 commit 1eb00f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pystackql/stackql.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,10 @@ def __init__(self,
445445
self.params.append(str(api_timeout))
446446

447447
if http_debug:
448-
self.http_debug = http_debug
448+
self.http_debug = True
449449
self.params.append("--http.log.enabled")
450+
else:
451+
self.http_debug = False
450452

451453
# proxy settings
452454
if proxy_host is not None:

0 commit comments

Comments
 (0)