Compare commits

...

1 Commits

Author SHA1 Message Date
dgtlmoon
bd39f6ccf4 Re #3115 fix multiprocessing start 2025-04-16 21:44:47 +02:00

View File

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