From e4661195b181c3a22f9d056b5523f2aaf8806690 Mon Sep 17 00:00:00 2001 From: DiG Date: Sat, 5 Feb 2022 21:59:11 +0100 Subject: [PATCH] Added config folder with TSV columns for each model --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 9d04f30..52de75c 100644 --- a/config.py +++ b/config.py @@ -15,7 +15,7 @@ with open(".modelignore", "r") as file: conf_files = os.listdir( CONFDIR ) COLS = { - '': [ 'id', 'name', 'write_uid', 'write_uid.name' ], # default + '': [ 'id', 'name', 'write_date', 'write_uid.name' ], # default } for file in conf_files: