From fdc0c5751a163e84fbd4c915491332832c2071bd Mon Sep 17 00:00:00 2001 From: m455 Date: Mon, 2 Sep 2019 10:55:05 -0400 Subject: [PATCH] removed unused code: --- nicethings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nicethings b/nicethings index ed3c9e6..13f8a38 100755 --- a/nicethings +++ b/nicethings @@ -32,7 +32,7 @@ def create_file(a_file): print(messages['list_created']) def show_random_line(a_file): - thefile = open(a_file, 'r').read(1) + #thefile = open(a_file, 'r').read(1) temp = open(a_file, 'r') contents = temp.read(1) if not contents: