added more options to be read from config
This commit is contained in:
parent
895036ae0c
commit
236cfd35c4
3 changed files with 1 additions and 1 deletions
|
@ -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
BIN
calendarlib.p
Normal file
Binary file not shown.
BIN
canvas.bmp
Normal file
BIN
canvas.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
Loading…
Add table
Add a link
Reference in a new issue