Small fix after changeset f67b702c
This commit is contained in:
parent
4f7ff8efd2
commit
5368556ea3
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ def main():
|
||||||
|
|
||||||
# KittyStore
|
# KittyStore
|
||||||
dbspec = re.match("""
|
dbspec = re.match("""
|
||||||
postgres://
|
postgresql://
|
||||||
(?P<user>[a-z]+)
|
(?P<user>[a-z]+)
|
||||||
:
|
:
|
||||||
(?P<password>[^@]+)
|
(?P<password>[^@]+)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue