We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1a0fe commit 348f81eCopy full SHA for 348f81e
text-frontend/__main__.py
@@ -17,8 +17,7 @@ def _post(path: str, json: dict) -> dict:
17
return response.json()
18
19
typer.echo("Requesting work...")
20
- # tasks = [_post("/api/v1/tasks/", {"type": "generic"})]
21
- tasks = [_post("/api/v1/tasks/", {"type": "rate_summary"})]
+ tasks = [_post("/api/v1/tasks/", {"type": "generic"})]
22
while tasks:
23
task = tasks.pop(0)
24
match (task["type"]):
0 commit comments