mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-25 17:53:24 +01:00
Add missing variable name
This commit is contained in:
parent
92275ded79
commit
d851fd8489
@ -37,7 +37,7 @@ def notAscii(fn):
|
||||
if "ASCII text" in out:
|
||||
raise Exception(f"fn={fn} is of type {out}")
|
||||
|
||||
def waitUntilPublished(url) -> None:
|
||||
def waitUntilPublished(url, output) -> None:
|
||||
startTime = time.time()
|
||||
while True:
|
||||
r = requests.get(url, headers={'authorization': f'bearer {os.environ["GITHUB_TOKEN"]}'})
|
||||
|
Loading…
Reference in New Issue
Block a user