Skip to content

Commit

Permalink
Merge pull request jbloomer#16 from spgh-dev/15-getDetailsByTagNotWor…
Browse files Browse the repository at this point in the history
…king

15 get details by tag not working
  • Loading branch information
jbloomer authored Sep 14, 2020
2 parents 3534071 + 72bdf02 commit e7c6365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

with open("README.rst,"r") as fh:
with open("README.rst","r") as fh:
long_description = fh.read()

setup(name='snipeit',
Expand Down
2 changes: 1 addition & 1 deletion snipeit/Assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def getDetailsByID(self, server, token, AssetID):
results = requests.get(self.server, headers=headers)
return results.content

def getDetailsByTag(self, server, token, AssetTAG):
def getDetailsByTag(self, server, token, AssetTag):
"""Get asset details by ID
Arguments:
Expand Down

0 comments on commit e7c6365

Please sign in to comment.