EasySci commited on
Commit
5127e9a
·
1 Parent(s): 359cd23

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -122,7 +122,7 @@ template = pn.template.FastListTemplate(
122
  )
123
 
124
 
125
- def run_code(categories):
126
  timeframe_today = (datetime.combine(date.today(), datetime.min.time())).replace(tzinfo = pytz.utc)
127
  timeframe_week = timeframe_today + relativedelta(weekday=MO(-1))
128
 
 
122
  )
123
 
124
 
125
+ def run_code(categories, event):
126
  timeframe_today = (datetime.combine(date.today(), datetime.min.time())).replace(tzinfo = pytz.utc)
127
  timeframe_week = timeframe_today + relativedelta(weekday=MO(-1))
128