Skip to content

Commit bc66424

Browse files
committed
Fix URL used on cfbot's own web page.
Don't know if anyone looks at it anymore but...
1 parent a87c19a commit bc66424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cfbot_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ def post(url, d):
7272

7373
def db():
7474
"""Get a database connection."""
75-
return pg8000.connect(cfbot_config.DSN)
75+
return pg8000.connect("tmunro", database="cfbot_dev")

0 commit comments

Comments
 (0)