Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
afdreher committed Nov 16, 2020
1 parent 424ed58 commit 0508059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psiturk/psiturk_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def load_config(self):
# heroku files are ephemeral.
# Error if we're trying to use a file as the db
if 'ON_CLOUD' in os.environ:
database_url = self.get('Database Parameters Parameters',
database_url = self.get('Database Parameters',
'database_url')
if ('localhost' in database_url) or ('sqlite' in database_url):
raise EphemeralContainerDBError(database_url)
Expand Down

0 comments on commit 0508059

Please sign in to comment.