Skip to content

Commit

Permalink
Merge pull request #2 from matiasgrana/master
Browse files Browse the repository at this point in the history
Se quito parametro rowlimit del modulo SharePlum. Se actualizo versión de SharePlum a la más reciente (0.2.0). Se aumento versión del plugin a 0.2.7.
  • Loading branch information
pablodav authored Mar 27, 2020
2 parents 9e4fa9d + ffe92aa commit fd5e516
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rstcheck>=3.1
SharePlum>=0.1.1
requests>=2.18.4
SharePlum==0.2.0
requests>=2.18.4
2 changes: 1 addition & 1 deletion sharepoint_health/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.2.7
2 changes: 1 addition & 1 deletion sharepoint_health/plugin_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ def get_health_monitor_data(self):
"""
site = self._connect_site()
sp_list = site.List(self.report_list) # List ex arg: 'Review Problems and solutions'
return sp_list.GetListItems('All Reports', rowlimit=200)
return sp_list.GetListItems('All Reports')

0 comments on commit fd5e516

Please sign in to comment.