Skip to content

Commit

Permalink
fix url prop
Browse files Browse the repository at this point in the history
  • Loading branch information
caternuson committed Nov 20, 2020
1 parent 24d8c77 commit 9846d62
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 9846d62

Please sign in to comment.