Skip to content

Commit

Permalink
Merge e74a3e7 into 39366be
Browse files Browse the repository at this point in the history
  • Loading branch information
postlund committed Dec 6, 2019
2 parents 39366be + e74a3e7 commit bd17906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyatv/airplay/pairing.py
Expand Up @@ -67,7 +67,7 @@ async def finish(self):

def pin(self, pin):
"""Pin code used for pairing."""
self.pin_code = pin
self.pin_code = str(pin).zfill(4)

@property
def device_provides_pin(self):
Expand Down

0 comments on commit bd17906

Please sign in to comment.