Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ccabf66

Browse files
committed
apiKey default value added
1 parent b208fa6 commit ccabf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jotform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class JotformAPIClient:
1515

16-
def __init__(self, apiKey, outputType='json', debug=False):
16+
def __init__(self, apiKey='', outputType='json', debug=False):
1717

1818
self.baseUrl = 'http://api.jotform.com/'
1919
self.apiVersion = 'v1'

0 commit comments

Comments
 (0)