We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b348342 commit fdaf4a9Copy full SHA for fdaf4a9
1 file changed
cfbot_util.py
@@ -72,4 +72,4 @@ def post(url, d):
72
73
def db():
74
"""Get a database connection."""
75
- return pg8000.connect("tmunro", database="cfbot_dev")
+ return pg8000.connect(cfbot_config.DSN)
0 commit comments