Skip to content

Commit

Permalink
Merge pull request #16 from caternuson/iss15
Browse files Browse the repository at this point in the history
Update URL property
  • Loading branch information
makermelissa authored Nov 20, 2020
2 parents 24d8c77 + 9846d62 commit bc88462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_magtag/magtag.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def url(self):
"""
Get or set the URL of your data source.
"""
return self._json_path
return self._url

@url.setter
def url(self, value):
Expand Down

0 comments on commit bc88462

Please sign in to comment.