File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -463,10 +463,10 @@ def collection_log_check():
463463def collection_log_import ():
464464 form_data = request .form
465465 rs_username = form_data ['username' ]
466- easy_import = check_logs ('Gerni Task' , read_json_file ('tasks/easy.json' ), 'import' )
467- medium_import = check_logs ('Gerni Task' , read_json_file ('tasks/medium.json' ), 'import' )
468- hard_import = check_logs ('Gerni Task' , read_json_file ('tasks/hard.json' ), 'import' )
469- elite_import = check_logs ('Gerni Task' , read_json_file ('tasks/elite.json' ), 'import' )
466+ easy_import = check_logs (rs_username , read_json_file ('tasks/easy.json' ), 'import' )
467+ medium_import = check_logs (rs_username , read_json_file ('tasks/medium.json' ), 'import' )
468+ hard_import = check_logs (rs_username , read_json_file ('tasks/hard.json' ), 'import' )
469+ elite_import = check_logs (rs_username , read_json_file ('tasks/elite.json' ), 'import' )
470470 all_tasks = [easy_import , medium_import , hard_import , elite_import ]
471471 update = update_imported_tasks (session ['username' ], all_tasks , form_data ['username' ])
472472
You can’t perform that action at this time.
0 commit comments