Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Oct 28, 2023
1 parent d7ff91f commit 2dad277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/web/web_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def gap_analysis() -> Any: # TODO (spyros): add export result to spreadsheet
"store_in_cache": True,
"cache_key": standards_hash,
},
timeout='30m',
timeout="30m",
)

conn.set(standards_hash, json.dumps({"job_id": gap_analysis_job.id, "result": ""}))
Expand Down

0 comments on commit 2dad277

Please sign in to comment.