Skip to content

Commit

Permalink
Merge pull request #342 from barseghyanartur/patch-1
Browse files Browse the repository at this point in the history
Correct wrong indent
  • Loading branch information
chrismattmann committed Jun 7, 2021
2 parents 42a8d2a + d09e3ea commit c0d716e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tika/tika.py
Expand Up @@ -505,7 +505,7 @@ def getConfig(option, serverEndpoint=ServerEndpoint, verbose=Verbose, tikaServer

def callServer(verb, serverEndpoint, service, data, headers, verbose=Verbose, tikaServerJar=TikaServerJar,
httpVerbs={'get': requests.get, 'put': requests.put, 'post': requests.post}, classpath=None,
rawResponse=False,config_path=None, requestOptions={}):
rawResponse=False,config_path=None, requestOptions={}):
'''
Call the Tika Server, do some error checking, and return the response.
:param verb:
Expand Down

0 comments on commit c0d716e

Please sign in to comment.