Skip to content

Commit

Permalink
Added missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Bakirci committed Jul 29, 2016
1 parent 3e27b11 commit 3bf4067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pogo/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ def setFavoritePokemon(self, pokemon, is_favorite):
return self._state.favoritePokemon

# Choose player's team: "BLUE","RED", or "YELLOW".
def setPlayerTeam(self, team)
def setPlayerTeam(self, team):

# Create request
payload = [Request_pb2.Request(
Expand Down

0 comments on commit 3bf4067

Please sign in to comment.