diff --git a/nicethings b/nicethings index 51f7e94..9d62e03 100755 --- a/nicethings +++ b/nicethings @@ -5,7 +5,7 @@ import os import sys import random -the_list = "list.txt" +the_list = "/home/m455/code/projects/nicethings/list.txt" program_name = "nicethings" top_line = "-----------------------------------------\n" bottom_line = "\n-----------------------------------------"