summaryrefslogtreecommitdiff
path: root/scan.py
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2016-01-06 11:52:29 +0100
committerDidier Raboud <odyx@debian.org>2016-01-06 11:52:29 +0100
commit981ee5aa9d2152b41394fd06a10bb50a7513949e (patch)
treef73533e1874221e08cc75606ab0924d1f8c6e8b5 /scan.py
parent9ee4af0ae5e5901928c72c7a0fb51144eebae304 (diff)
Imported Upstream version 3.11.1
Diffstat (limited to 'scan.py')
-rwxr-xr-xscan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scan.py b/scan.py
index 2e5c0f581..ba406480c 100755
--- a/scan.py
+++ b/scan.py
@@ -767,7 +767,7 @@ try:
if not adf:
try:
- #device.setOption("source", "Auto")
+ device.setOption("source", "Flatbed")
device.setOption("batch-scan", False)
except scanext.error:
log.debug("Error setting source or batch-scan option (this is probably OK).")