From 40fc1eb64fb8da26544bd2e2b4855813ffb2f244 Mon Sep 17 00:00:00 2001 From: msglm Date: Wed, 11 Jan 2023 20:49:27 -0600 Subject: cache system actually works now --- spec/flowchart.gv | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'spec/flowchart.gv') diff --git a/spec/flowchart.gv b/spec/flowchart.gv index 6d181ec..1a41936 100644 --- a/spec/flowchart.gv +++ b/spec/flowchart.gv @@ -16,8 +16,7 @@ config -> "Job Value Scorer" [label="Priorities"] config -> "Cache System" [label="Cache location"] "Job Value Scorer" -> "Cache System" [label="URL of currently parsing job post"] "Cache System" -> "Job Value Scorer" [label="True or False to if URL is in database"] -"Job Value Scorer" -> "latexdsl" [label="Formatted job data"] -"latexdsl" -> "Saver" [label="PDF file"] +"Job Value Scorer" -> "Saver" [label="Formatted job data"] config -> "Saver" [label="save location"] "Saver" -> "Filesystem" [label="PDF file"] -- cgit v1.2.3