update timeout

This commit is contained in:
Nolan Burfield 2024-04-07 14:35:46 -07:00
parent 7dcce53b2f
commit 71bc0a9e32
2 changed files with 2 additions and 2 deletions

View File

@ -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
)

View File

@ -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='',