Small fix for multiprocessing start on Mac OS (#3121 #3115)

This commit is contained in:
dgtlmoon
2025-04-16 22:52:03 +02:00
committed by GitHub
parent 4197254c53
commit ceda526093

View File

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