From 34aa3abb72fe192bc89026dd64ef139b5bd46fda Mon Sep 17 00:00:00 2001 From: Michael Rodin Date: Tue, 22 Nov 2022 18:36:18 +0100 Subject: [PATCH] Removed config-def.py --- config-def.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 config-def.py diff --git a/config-def.py b/config-def.py deleted file mode 100644 index e176cdc..0000000 --- a/config-def.py +++ /dev/null @@ -1,5 +0,0 @@ -import os - -ROOT_DIR=os.getcwd() # The directory where all directories and files of the index are located -CONFIG_DIR=ROOT_DIR # The directory where the file 'index.db' is located -LINUX_APP_STARTER="xdg-open" # The command which opens the files in the default applications \ No newline at end of file