Skip to content

Commit

Permalink
use constant
Browse files Browse the repository at this point in the history
  • Loading branch information
runderwood authored and runderwood committed Jul 7, 2017
1 parent 25a3de6 commit de735f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premis_event_service/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def app_event(request, identifier=None):
page = 1
try:
atomFeed = makeObjectFeed(
paginator=Paginator(events, 200),
paginator=Paginator(events, EVENT_SEARCH_PER_PAGE),
objectToXMLFunction=objectToPremisEventXML,
feedId=request.path[1:],
webRoot='http://%s' % request.META.get('HTTP_HOST'),
Expand Down

0 comments on commit de735f9

Please sign in to comment.