added more options to be read from config

This commit is contained in:
Justus Kuhlmann 2021-09-12 14:38:31 +02:00
commit 236cfd35c4
3 changed files with 1 additions and 1 deletions

View file

@ -135,7 +135,7 @@ if(server_reached and client_established):
else:
if(len(datafile)!= 0):
print("Loading caldata from last time...")
calendarlib = p.load(open("calendarlib.p","rb"))
calendarlib = p.load(open(datafile,"rb"))
time_events = calendarlib["TIME_EVENTS"]
day_events = calendarlib["DAY_EVENTS"]
birthdays = calendarlib["BIRTHDAYS"]

BIN
calendarlib.p Normal file

Binary file not shown.

BIN
canvas.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB