Skip to content

Commit

Permalink
fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tallypokemap committed Jun 16, 2017
1 parent 6d7374a commit 931a6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monocle/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def add_sighting(session, pokemon):
move_1=pokemon.get('move_1'),
move_2=pokemon.get('move_2'),
cp=pokemon.get('cp'),
level = calc_pokemon_level(pokemon.get('cp_multiplier'))
level=calc_pokemon_level(pokemon.get('cp_multiplier'))
)
session.add(obj)
SIGHTING_CACHE.add(pokemon)
Expand Down

0 comments on commit 931a6ab

Please sign in to comment.