作者 dengyuting

还原2

@@ -37,7 +37,7 @@ def get_today(): @@ -37,7 +37,7 @@ def get_today():
37 return str_time 37 return str_time
38 38
39 def get_tomorrow(): 39 def get_tomorrow():
40 - tomorrow = (date.today() + timedelta(days=1)).strftime("%Y-%m-%d ") 40 + tomorrow = (date.today() + timedelta(days=1)).strftime("%Y-%m-%d")
41 return tomorrow 41 return tomorrow
42 #获取今天时间并转str 42 #获取今天时间并转str
43 def today_time_str(): 43 def today_time_str():