yulongchen commited on
Commit
44ef3dd
·
1 Parent(s): 431c8be

Add system

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def calculate_time_range(option: str, pledge_date: str = None):
90
  start = pledge_date
91
  else:
92
  raise ValueError("Invalid time range option")
93
- print(start, one_week_ago, one_month_ago, pledge_date)
94
  return start.strftime("%Y%m%d"), today.strftime("%Y%m%d")
95
 
96
  @app.route("/")
 
90
  start = pledge_date
91
  else:
92
  raise ValueError("Invalid time range option")
93
+ print(start, pledge_date)
94
  return start.strftime("%Y%m%d"), today.strftime("%Y%m%d")
95
 
96
  @app.route("/")