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

Skip to content

Commit 9ea1012

Browse files
committed
HTTPs protocol converted to HTTP
1 parent 76b0e54 commit 9ea1012

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
@@ -15,7 +15,7 @@ class JotformAPIClient:
1515

1616
def __init__(self, apiKey, outputType='json', debug=False):
1717

18-
self.baseUrl = 'https://api.jotform.com/'
18+
self.baseUrl = 'http://api.jotform.com/'
1919
self.apiVersion = 'v1'
2020

2121
self.apiKey = apiKey

0 commit comments

Comments
 (0)