Skip to content

Commit

Permalink
Fix error in script and revert LO_TIMEOUT.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shea Craig committed Apr 28, 2015
1 parent 9d1f212 commit e7c079b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ PAYLOAD=\
pack-usr-local-bin-auto_logout.py\
pack-script-postinstall

PACKAGE_VERSION=1.5.1
PACKAGE_VERSION=1.5.2
4 changes: 2 additions & 2 deletions auto_logout.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
import syslog


__version__ = 1.5.1
__version__ = "1.5.2"
# Number of seconds to wait before initiating a logout
MAXIDLE = 1800
# Number of seconds user has to cancel logout
LO_TIMEOUT = 10
LO_TIMEOUT = 120


def run_applescript(script):
Expand Down

0 comments on commit e7c079b

Please sign in to comment.