Skip to content

Commit c0d716e

Browse files
Merge pull request #342 from barseghyanartur/patch-1
Correct wrong indent
2 parents 42a8d2a + d09e3ea commit c0d716e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tika/tika.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def getConfig(option, serverEndpoint=ServerEndpoint, verbose=Verbose, tikaServer
505505

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

0 commit comments

Comments
 (0)