dspace_statistics_api/indexer.py: Fix Python comment

This commit is contained in:
Alan Orth 2020-09-25 13:35:05 +03:00
parent a0ee181361
commit b06651d1ec
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

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