use correct watch folder

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2025-06-24 18:32:08 +02:00
parent e4bd05f444
commit f99cb3e9fb
3 changed files with 3 additions and 1 deletions

View File

@ -99,6 +99,7 @@ class Conf:
def worker(self) -> dict[str, Any]:
return {
"use_gevent": False,
"watch_folder": ".",
"watch_use_polling": False,
"processes": None,
"threads": None,