Skip to content

Commit

Permalink
Fix typo. Closes #334
Browse files Browse the repository at this point in the history
  • Loading branch information
iTerminate committed Aug 17, 2023
1 parent b341a13 commit c3d3c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/openapi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import find_packages

setup(name='Traveler-API',
version='1.6.4',
version='1.6.4-1',
packages=find_packages(),
py_modules=["traveler_api_factory"],
install_requires=['python-dateutil',
Expand Down
2 changes: 1 addition & 1 deletion tools/openapi/traveler_api_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self, host, username, password, download_directory=None):
def get_traveler_api(self):
return self.traveler_api

def get_date_api(self):
def get_data_api(self):
return self.data_api

def get_form_api(self):
Expand Down

0 comments on commit c3d3c30

Please sign in to comment.