update gitignore
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
|
*.pyc
|
||||||
|
|
||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
@@ -158,3 +159,4 @@ cython_debug/
|
|||||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
# 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.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
+1
-1
@@ -344,4 +344,4 @@ onspringClient = OnspringClient(url, apiKey)
|
|||||||
|
|
||||||
response = onspringClient.GetFieldsByAppId(8)
|
response = onspringClient.GetFieldsByAppId(8)
|
||||||
|
|
||||||
print()
|
print(response.data.fields[0].name)
|
||||||
|
|||||||
Reference in New Issue
Block a user