diff --git a/nicethings b/nicethings index 05a6cc3..ed3c9e6 100755 --- a/nicethings +++ b/nicethings @@ -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-----------------------------------------"