From b242ed3c44f4dde7c4b452312b78a3b02f42ea65 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sat, 19 Aug 2023 16:24:42 +0200 Subject: feat: Add task loop Now the tasks will loop every given time. With this it will be able to pick up new photos after the application was started. I added 2h for file because my personal photo gallery is quite big and quite IO bottled necked so it tasks a lot of time to go through. --- templates/base.qtpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/base.qtpl b/templates/base.qtpl index b1878ba..a80803a 100644 --- a/templates/base.qtpl +++ b/templates/base.qtpl @@ -47,7 +47,7 @@ Page prints a page implementing Page interface. -
+
{%= p.Content() %}
-- cgit v1.2.3