YohanWD / WTManageSquadron

War thunder manager squadron is a simple project that has for objective to be able to manage your manager squadron with ease.
GNU General Public License v3.0
0 stars 0 forks source link

Function compare 2 list of squad_members #4

Closed YohanWD closed 1 year ago

YohanWD commented 1 year ago

list_new, list_leaver, list_to_update = compare_squads_members(sqm_from_db,sqm_from_html) return a tuple

Like that, we can check if there is a new member or if someone left the squad

YohanWD commented 1 year ago

Done but may need improvement