liqian 3 years ago
parent
commit
e21d43343a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      top_video_list.py

+ 1 - 1
top_video_list.py

@@ -4,7 +4,7 @@ from db_helper import RedisHelper
 from config import set_config
 from log import Log
 
-config_ = set_config()
+config_, _ = set_config()
 log_ = Log()