decman.modules should be a list

This commit is contained in:
Kivi Kaitaniemi
2025-12-28 05:02:17 +02:00
parent 7e0b49be2f
commit 9b3454f434
18 changed files with 47 additions and 19 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ Then import your module in your main source file.
import decman
from syncthing import Syncthing
decman.modules |= {Syncthing()}
decman.modules += [Syncthing()]
```
Then run decman.