Browse Source

Merge branch 'rov-18-19' into dev

liqian 3 years ago
parent
commit
d0a9a9c0ec
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pool_predict.py

+ 0 - 1
pool_predict.py

@@ -207,7 +207,6 @@ if __name__ == '__main__':
         if app_type in app_type_list:
             predict_18_19(app_type=app_type)
         else:
-            pass
             predict(app_type=app_type)
         log_.info('{} predict end...'.format(app_name))
     log_.info('flow pool predict end...')