Skip to content
Snippets Groups Projects
Commit 7b6c3c17 authored by Daniel Toyra's avatar Daniel Toyra
Browse files

Small change of default

parent 4f2cd9ed
No related branches found
No related tags found
No related merge requests found
...@@ -234,7 +234,7 @@ if isReadAll: ...@@ -234,7 +234,7 @@ if isReadAll:
# Set isAutoProcessing to True and see and play with code in the # Set isAutoProcessing to True and see and play with code in the
# autoProcess function above. # autoProcess function above.
# -------------------------------------------------------------------------------- # --------------------------------------------------------------------------------
isAutoProcessing = False isAutoProcessing = True
if isAutoProcessing: if isAutoProcessing:
autoProcess() autoProcess()
# -------------------------------------------------------------------------------- # --------------------------------------------------------------------------------
...@@ -242,7 +242,7 @@ if isAutoProcessing: ...@@ -242,7 +242,7 @@ if isAutoProcessing:
# True, and see and play with code in the manualProcess function # True, and see and play with code in the manualProcess function
# above. # above.
# -------------------------------------------------------------------------------- # --------------------------------------------------------------------------------
isManualProcessing = True isManualProcessing = False
if isManualProcessing: if isManualProcessing:
manualProcess() manualProcess()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment