From 68bdbeb8fbdadcc1ce2e8dc204036ac995f6d4f5 Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Fri, 15 Apr 2022 14:49:24 -0500 Subject: [PATCH] update gitignore --- python.gitignore => .gitignore | 2 ++ OnspringClient.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) rename python.gitignore => .gitignore (99%) diff --git a/python.gitignore b/.gitignore similarity index 99% rename from python.gitignore rename to .gitignore index 68bc17f..259c0f6 100644 --- a/python.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ __pycache__/ *.py[cod] *$py.class +*.pyc # C extensions *.so @@ -158,3 +159,4 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + diff --git a/OnspringClient.py b/OnspringClient.py index 1200771..f90b5f6 100644 --- a/OnspringClient.py +++ b/OnspringClient.py @@ -344,4 +344,4 @@ onspringClient = OnspringClient(url, apiKey) response = onspringClient.GetFieldsByAppId(8) -print() +print(response.data.fields[0].name)