No longer treating shutdown_timeout as a float, but an int of seconds

This commit is contained in:
Miguel Jacq 2017-11-09 19:50:50 +11:00
parent d6324080ac
commit ee9dfb7a8b
3 changed files with 4 additions and 4 deletions

View file

@ -79,7 +79,7 @@ def main():
local_only = bool(args.local_only)
stay_open = bool(args.stay_open)
shutdown_timeout = float(args.shutdown_timeout)
shutdown_timeout = int(args.shutdown_timeout)
debug = bool(args.debug)
# Debug mode?