Re #3115 fix multiprocessing start

This commit is contained in:
dgtlmoon
2025-04-16 21:44:47 +02:00
parent 4197254c53
commit bd39f6ccf4

View File

@@ -3,4 +3,6 @@
# Only exists for direct CLI usage
import changedetectionio
changedetectionio.main()
if __name__ == '__main__':
changedetectionio.main()