From 4bcd2dfe39eb5784e2a2f60da698a50c3fef2e77 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Tue, 1 May 2018 19:04:01 +0200 Subject: [PATCH] removed obsolete config lines --- frontend_new.py | 4 ++-- ths_config.txt | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend_new.py b/frontend_new.py index 36bf2cc..4c4250e 100644 --- a/frontend_new.py +++ b/frontend_new.py @@ -21,9 +21,9 @@ def main_repl(datapoints,path,date1=None,date2=None,done1=False,done2=False): while not done2: date2,done2,raw2 = futils.input_date_repl(datapoints,startdate=False) - # save history here - futils.save_history(raw1) + # save history here (stardate then enddate) futils.save_history(raw2) + futils.save_history(raw1) ### CHECK DATES ### done1,done2 = futils.check_dates(path,date1,date2) diff --git a/ths_config.txt b/ths_config.txt index a1136f2..5287d36 100644 --- a/ths_config.txt +++ b/ths_config.txt @@ -50,7 +50,6 @@ enable_automatic_date_correction = yes # history options history_file_length = 1000 history_show = 10 -history_save_on_call = no history_double_col = yes ###### PLOT Styles (Farben, Scala, Linestyles) ######