mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2025-12-23 22:18:19 -05:00
remove print statement which leaks credentials
This commit is contained in:
@@ -73,7 +73,6 @@ db_url = (
|
||||
+ "/"
|
||||
+ db_config.dbname
|
||||
)
|
||||
print("Using database URL:", db_url)
|
||||
|
||||
config.set_main_option("sqlalchemy.url", db_url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user