diff --git a/lib_af_api/event.py b/lib_af_api/event.py index 47d3e40..62247ed 100644 --- a/lib_af_api/event.py +++ b/lib_af_api/event.py @@ -146,7 +146,7 @@ class Event(): response = requests.patch( f'{self.base_url}/api/v1/events/{event_key}', headers=headers, - timeout=300, + timeout=30, json=patch_data ) diff --git a/setup.py b/setup.py index 9de8903..45d937f 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open('README.md', 'r') as f: setup( name='lib_af_api', - version='1.0.0', + version='1.0.1', author='', author_email='', description='',