removed unused code:

cleanup
m455 2019-09-02 10:55:05 -04:00
parent 84c3cb7071
commit fdc0c5751a
1 changed files with 1 additions and 1 deletions

View File

@ -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: