Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Hills committed Apr 19, 2020
1 parent ecea444 commit 2d8bbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyjuicenet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ async def get_devices(self):
"account_token": self.api_token
}
response = await self.session.post(
f"{BASE_URL}/box_pin", json=data
f"{BASE_URL}/box_pin", json=data,
)
response_json = await response.json()

Expand Down

0 comments on commit 2d8bbd3

Please sign in to comment.