mirror of
https://github.com/FAUSheppy/ths-datenlogger
synced 2025-12-10 21:48:32 +01:00
fixed unbound var after history election
This commit is contained in:
committed by
atlantispc_sheppy
parent
4bcd2dfe39
commit
177e90e2ed
@@ -15,6 +15,8 @@ tk.withdraw()
|
|||||||
|
|
||||||
def main_repl(datapoints,path,date1=None,date2=None,done1=False,done2=False):
|
def main_repl(datapoints,path,date1=None,date2=None,done1=False,done2=False):
|
||||||
### READ IN DATES ###
|
### READ IN DATES ###
|
||||||
|
raw1 = ""
|
||||||
|
raw2 = ""
|
||||||
futils.info_list(datapoints)
|
futils.info_list(datapoints)
|
||||||
while not done1:
|
while not done1:
|
||||||
date1,done1,raw1 = futils.input_date_repl(datapoints,startdate=True)
|
date1,done1,raw1 = futils.input_date_repl(datapoints,startdate=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user