Replace spaces with tabs
This commit is contained in:
parent
d4623b6031
commit
a5df47312d
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ def doAuth(pamh):
|
|||
if any("closed" in open(f).read() for f in glob.glob("/proc/acpi/button/lid/*/state")):
|
||||
return pamh.PAM_AUTHINFO_UNAVAIL
|
||||
|
||||
# Set up syslog
|
||||
syslog.openlog("[HOWDY]", 0, syslog.LOG_AUTH)
|
||||
# Set up syslog
|
||||
syslog.openlog("[HOWDY]", 0, syslog.LOG_AUTH)
|
||||
|
||||
# Alert the user that we are doing face detection
|
||||
if config.getboolean("core", "detection_notice"):
|
||||
|
|
|
|||
Loading…
Reference in a new issue