fixed list.txt path

cleanup
Jesse 2019-01-27 22:18:39 -05:00 committed by GitHub
parent 38c1e422a4
commit 0f12dacb7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import sys
import random
# edit the path below accordingly
the_list = "/home/m455/code/projects/nicethings/list.txt"
the_list = "/home/m455/code/nicethings/list.txt"
program_name = "nicethings"
top_line = "-----------------------------------------\n"
bottom_line = "\n-----------------------------------------"