From f6499fea1e77b0d766e10b8e0543db2f638aae76 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 30 Sep 2013 01:47:00 +0200 Subject: whoops seconds, not milliseconds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- got.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'got.py') diff --git a/got.py b/got.py index 850792e..a96e30a 100755 --- a/got.py +++ b/got.py @@ -41,8 +41,7 @@ else: if user.startswith("-"): spawn(["stty", "-icanon", "-echo", "-isig", "-ixon", "-ixoff", "-ixany"]) print("\033[01;31mNice try! Sleeping for 10 minutes...\033[00m") - for _ in range(10): - time.sleep(60 * 1000) + time.sleep(10 * 60) else: spawn(["login", user]) -- cgit v1.2.3-70-g09d2