Skip to content

Commit

Permalink
fix async version of customize header
Browse files Browse the repository at this point in the history
  • Loading branch information
parkererickson-tg committed Nov 4, 2024
1 parent 1d360d7 commit fb846cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyTigerGraph/pytgasync/pyTigerGraphBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ async def getVer(self, component: str = "product", full: bool = False) -> str:

return ret

def customizeHeader(self, timeout:int = 16_000, responseSize:int = 3.2e+7):
async def customizeHeader(self, timeout:int = 16_000, responseSize:int = 3.2e+7):
"""Method to configure the request header.
Args:
Expand Down

0 comments on commit fb846cc

Please sign in to comment.