正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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(): |
-
请 注册 或 登录 后发表评论