diff --git a/VERSION b/VERSION index f0bb29e..3a3cd8c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.3.1 diff --git a/sprockets_postgres.py b/sprockets_postgres.py index 9cdf92e..ebebf12 100644 --- a/sprockets_postgres.py +++ b/sprockets_postgres.py @@ -433,7 +433,7 @@ class ApplicationMixin: if self._postgres_pool: self._postgres_pool.close() - LOGGER.debug('Connecting to %s', os.environ['POSTGRES_URL']) + LOGGER.debug('Connecting to %s', url) try: self._postgres_pool = await pool.Pool.from_pool_fill( url,