fixed list.txt path
parent
38c1e422a4
commit
0f12dacb7c
|
@ -6,7 +6,7 @@ import sys
|
||||||
import random
|
import random
|
||||||
|
|
||||||
# edit the path below accordingly
|
# 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"
|
program_name = "nicethings"
|
||||||
top_line = "-----------------------------------------\n"
|
top_line = "-----------------------------------------\n"
|
||||||
bottom_line = "\n-----------------------------------------"
|
bottom_line = "\n-----------------------------------------"
|
||||||
|
|
Loading…
Reference in New Issue