Skip to content

Commit

Permalink
fix black again
Browse files Browse the repository at this point in the history
  • Loading branch information
thanh-nguyen-dang committed Nov 17, 2023
1 parent 5f55d76 commit 071668f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tube/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
DB_USERNAME = os.getenv("DB_USERNAME") or conf_data.get("db_username", "peregrine")
DB_PASSWORD = os.getenv("DB_PASSWORD") or conf_data.get("db_password", "unknown")

DB_USE_SSL = os.getenv("DB_USE_SSL") or conf_data.get(
DB_USE_SSL = os.getenv("DB_USE_SSL") or conf_data.get(
"db_use_ssl", False
) # optional property to db_use_ssl
JDBC = (
Expand Down

0 comments on commit 071668f

Please sign in to comment.