Spaces:
Sleeping
Sleeping
Prathamesh1420
commited on
Commit
•
ce555bb
1
Parent(s):
f79ceb3
Update modules/load_agenda.py
Browse files- modules/load_agenda.py +1 -1
modules/load_agenda.py
CHANGED
@@ -9,7 +9,7 @@ current_time, current_minute = datetime.datetime.time(current_time).hour, dateti
|
|
9 |
current_date = datetime.datetime.date(datetime.datetime.today())
|
10 |
#print('Current date:', current_date)
|
11 |
|
12 |
-
agenda_worksheet = '
|
13 |
agenda = pd.read_excel(agenda_worksheet)
|
14 |
#print(agenda)
|
15 |
|
|
|
9 |
current_date = datetime.datetime.date(datetime.datetime.today())
|
10 |
#print('Current date:', current_date)
|
11 |
|
12 |
+
agenda_worksheet = 'agenda.xlsx'
|
13 |
agenda = pd.read_excel(agenda_worksheet)
|
14 |
#print(agenda)
|
15 |
|