We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87c19a commit bc66424Copy full SHA for bc66424
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(cfbot_config.DSN)
+ return pg8000.connect("tmunro", database="cfbot_dev")
0 commit comments