|
@@ -198,7 +198,7 @@ def h_rank_bottom(now_date, now_h, return_count):
|
|
|
|
|
|
|
|
|
def h_timer_check():
|
|
|
- return_count_list = [20, 50]
|
|
|
+ return_count_list = [20, 10]
|
|
|
now_date = datetime.datetime.today()
|
|
|
log_.info(f"now_date: {datetime.datetime.strftime(now_date, '%Y%m%d%H')}")
|
|
|
now_h = datetime.datetime.now().hour
|