Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienvercammen authored Mar 5, 2018
1 parent d377eca commit 7dc878c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pogom/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2077,7 +2077,8 @@ def parse_map(args, map_dict, scan_coords, scan_location, db_update_queue,
'height': pokemon_info.height_m,
'weight': pokemon_info.weight_kg,
'cp': pokemon_info.cp,
'cp_multiplier': pokemon_info.cp_multiplier
'cp_multiplier': pokemon_info.cp_multiplier,
'gender': pokemon_info.pokemon_display.gender
})

if 'pokemon' in args.wh_types:
Expand Down

0 comments on commit 7dc878c

Please sign in to comment.