Test
This commit is contained in:
parent
e4f9cd4bfa
commit
cebf7a84be
1
adl.py
1
adl.py
@ -7,6 +7,7 @@ PROBLEMATIC_TITLES = open(DN + "/problem_title.txt").readlines() # list of probl
|
|||||||
FZF_FILE = open(DN + "/fzf.txt", "w+") # temp file for fzf
|
FZF_FILE = open(DN + "/fzf.txt", "w+") # temp file for fzf
|
||||||
FZF_FILE_PATH = DN +"/fzf.txt" # path of the temp file
|
FZF_FILE_PATH = DN +"/fzf.txt" # path of the temp file
|
||||||
PRINT_FZF_PATH = "python " + DN + "/print_fzf.py" # print the fzf file
|
PRINT_FZF_PATH = "python " + DN + "/print_fzf.py" # print the fzf file
|
||||||
|
CONFIG_FILE_PATH = os.path.join('C\\', 'Users', str(os.getlogin()), 'Documents', 'Adl', 'config.json')
|
||||||
|
|
||||||
# exit function
|
# exit function
|
||||||
def exit_adl():
|
def exit_adl():
|
||||||
|
Loading…
Reference in New Issue
Block a user