Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
evilmoses authored and billyjbryant committed Feb 25, 2018
1 parent 48fea9e commit 19c5a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PokeAlarm/Filters/EggFilter.py
Expand Up @@ -107,7 +107,7 @@ def to_dict(self):

# Gym Sponsor
if self.is_sponsor is not None:
settings['ym_is_sponsor'] = self.is_sponsor
settings['gym_is_sponsor'] = self.is_sponsor

# Gym Park
if self.gym_park_contains is not None:
Expand Down
2 changes: 1 addition & 1 deletion PokeAlarm/Filters/RaidFilter.py
Expand Up @@ -146,7 +146,7 @@ def to_dict(self):

# Gym Sponsor
if self.is_sponsor is not None:
settings['ym_is_sponsor'] = self.is_sponsor
settings['gym_is_sponsor'] = self.is_sponsor

# Gym Park
if self.gym_park_contains is not None:
Expand Down

0 comments on commit 19c5a53

Please sign in to comment.