Skip to content

Commit fdaf4a9

Browse files
committed
Revert "Fix URL used on cfbot's own web page."
This reverts commit bc66424. Mistake...
1 parent b348342 commit fdaf4a9

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("tmunro", database="cfbot_dev")
75+
return pg8000.connect(cfbot_config.DSN)

0 commit comments

Comments
 (0)