From 9d13aa50a523627be86f70121ceeba3257720a67 Mon Sep 17 00:00:00 2001 From: ddrewi <84168601+ddrewi@users.noreply.github.com> Date: Sat, 21 Oct 2023 17:41:44 -0500 Subject: [PATCH] Initial post setup --- scrape.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scrape.py b/scrape.py index 83c1f64..afbc1aa 100644 --- a/scrape.py +++ b/scrape.py @@ -53,5 +53,7 @@ # quit driver driver.quit() + + busyness[key] = round((ratio)/20) print(busyness)