add debug messages

This commit is contained in:
Nolan Burfield 2024-04-07 14:54:17 -07:00
parent b2e8ef21db
commit acf4f13a7e
2 changed files with 2 additions and 1 deletions

View File

@ -144,6 +144,7 @@ class Event():
# Set the key to the patch data
patch_data['key'] = event_key
logging.error("[patch_v2 base_url] [%s]", self.base_url)
logging.error("[patch_v2 patch_data] [%s]", patch_data)
# Run the GET

View File

@ -9,7 +9,7 @@ with open('README.md', 'r') as f:
setup(
name='lib_af_api',
version='1.0.2',
version='1.0.3',
author='',
author_email='',
description='',