Skip to content

Commit 5371e8a

Browse files
author
Gonchik Tsymzhitov
committed
Polish link
1 parent 91ddbe2 commit 5371e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/jira.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2946,7 +2946,7 @@ def index_checker(self, max_results=100):
29462946
:param max_results:
29472947
:return:
29482948
"""
2949-
url = "/rest/indexanalyzer/1/state"
2949+
url = "rest/indexanalyzer/1/state"
29502950
params = {"maxResults": max_results}
29512951
return self.get(url, params=params)
29522952

0 commit comments

Comments
 (0)