OnlyBiggg commited on
Commit
07b2358
·
1 Parent(s): 838738f
Files changed (1) hide show
  1. app/api/routes.py +0 -1
app/api/routes.py CHANGED
@@ -17,7 +17,6 @@ def to_datetime_from_Dialogflow(time: dict):
17
 
18
  # Xử lý fromTime và toTime
19
  def process_dates_to_timestamp(from_time: datetime = None, to_time: datetime = None):
20
- print(from_time)
21
  if to_time is None and from_time is not None:
22
  to_time = from_time.replace(hour=23, minute=59, second=59)
23
 
 
17
 
18
  # Xử lý fromTime và toTime
19
  def process_dates_to_timestamp(from_time: datetime = None, to_time: datetime = None):
 
20
  if to_time is None and from_time is not None:
21
  to_time = from_time.replace(hour=23, minute=59, second=59)
22