From acf4f13a7e0eca36d49c60b4f4017d9377bb54bd Mon Sep 17 00:00:00 2001 From: Nolan Burfield Date: Sun, 7 Apr 2024 14:54:17 -0700 Subject: [PATCH] add debug messages --- lib_af_api/event.py | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib_af_api/event.py b/lib_af_api/event.py index c732eb8..5278774 100644 --- a/lib_af_api/event.py +++ b/lib_af_api/event.py @@ -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 diff --git a/setup.py b/setup.py index fd52250..5780223 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.2', + version='1.0.3', author='', author_email='', description='',