diff --git a/screenshotter/config.yaml b/screenshotter/config.yaml
index 5a7cc11..405bfc3 100644
--- a/screenshotter/config.yaml
+++ b/screenshotter/config.yaml
@@ -1,6 +1,6 @@
 ---
 name: E-Paper Screenshotter
-version: 1.0.1.31
+version: 1.0.1.32
   #image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
 slug: screenshotter
 description: Screenshot images for E-Paper pricetags
diff --git a/screenshotter/rootfs/app/app.py b/screenshotter/rootfs/app/app.py
index 4fd9d27..0d410d1 100644
--- a/screenshotter/rootfs/app/app.py
+++ b/screenshotter/rootfs/app/app.py
@@ -91,6 +91,7 @@ while True:
             file_name = f'{image_path}/{task["name"]}.png'
             image.save(file_name)
             tasks[i]["next_execution"] = task["croniter"].get_next(datetime.datetime)
+            driver.quit()
             logging.info(f"Task finished, next execution: {tasks[i]['next_execution']}")
         config_file_modified = os.path.getmtime(config_file)
         if config_file_modified != config_file_modified_start: