Skip to content

Commit

Permalink
Fixed connection string (hope so)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed Apr 5, 2023
1 parent ce2e01f commit ecdbfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/core/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def prepare(self):
if self._task.assigment.schemas:
conn = psycopg.connect(
host=settings.DATABASES['default']['HOST'],
database=self._database_name,
dbname=self._database_name,
user=settings.DATABASES['default']['USER'],
password=settings.DATABASES['default']['PASSWORD'],
port=settings.DATABASES['default']['PORT']
Expand Down

0 comments on commit ecdbfe5

Please sign in to comment.