1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-08 06:06:01 +02:00

dspace_statistics_api/indexer.py: Fix Python comment

This commit is contained in:
2020-09-25 13:35:05 +03:00
parent a0ee181361
commit b06651d1ec

View File

@ -21,7 +21,7 @@
# Connects to a DSpace Solr statistics core and ingests item views and downloads
# into a PostgreSQL database for use by other applications (like an API).
#
# This script is written for Python 3.5+ and requires several modules that you
# This script is written for Python 3.6+ and requires several modules that you
# can install with pip (I recommend using a Python virtual environment):
#
# $ pip install psycopg2-binary