Skip to content

Commit

Permalink
Merge pull request #26 from semperrabbit/master
Browse files Browse the repository at this point in the history
Fixed respawn_prohibited_rooms
  • Loading branch information
AlinaNova21 authored Mar 14, 2019
2 parents 9590dce + a44fc96 commit 19b81b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screepsapi/screepsapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def respawn(self):
return self.post('user/respawn')

def respawn_prohibited_rooms(self, shard='shard0'):
return self.get('user/respawn-prohibited-rooms', shard='shard0')
return self.get('user/respawn-prohibited-rooms', shard=shard)

#### battle info methods

Expand Down

0 comments on commit 19b81b5

Please sign in to comment.